+ 3
How do you embed audio,which is in your device to,to a code you have written on the code playground
Want to transfer an audio file from my device to the code I am writing on the code playground of Sololearn
5 ответов
+ 4
You can also use the Dropbox method as a host to create the link of your audio file.
https://www.sololearn.com/discuss/1054246/?ref=app
+ 2
https://code.sololearn.com/WM9TG3xRON6U/?ref=app
<audio controls autoplay>
<source src="? autoplay"/>
</audio>
+ 2
Thanks a lot BroFarOps©®️™️ Also really cool code you have
+ 1
Thanks Celestino🇰🇪🇫🇷
0
Like that
<audio id="x" src="xyz.mp3" type="audio/mpeg" preload="auto"> </audio>