How to import audio ( mp3 ) which are in my phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to import audio ( mp3 ) which are in my phone?

I've a audio which is in mp3 . It's name is "Hello.mp3"

14th Jun 2017, 9:01 AM
Tarif Aziz
Tarif Aziz - avatar
7 Answers
+ 10
You can listen it through HTML with the following syntax: <audio src = "file:///path/Hello.mp3> </audio> But you will be the only one to listen it, to make it available for all, you should upload the audio file in Hosting/Backup/Other Services and insert the remote path of your audio file. I.e <audio src = "https://dropbox.com/user/hello.mp3> </audio>
14th Jun 2017, 9:15 AM
Maz
Maz - avatar
14th Jun 2017, 9:22 AM
Tarif Aziz
Tarif Aziz - avatar
+ 1
maybe use some cord connector to import your audio
14th Jun 2017, 9:14 AM
Kamille Pilar
Kamille Pilar - avatar
+ 1
i saw your blog, it's nice! @Tarif
14th Jun 2017, 9:28 AM
Kamille Pilar
Kamille Pilar - avatar
+ 1
@kamsy thank you :'3
14th Jun 2017, 9:30 AM
Tarif Aziz
Tarif Aziz - avatar
+ 1
@Tarif Check my first code 😊 https://code.sololearn.com/W1umsV709Ge7/?ref=app
14th Jun 2017, 10:33 AM
Kamille Pilar
Kamille Pilar - avatar
0
Thank you
14th Jun 2017, 9:17 AM
Tarif Aziz
Tarif Aziz - avatar