How to embed audio in JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to embed audio in JavaScript

Is there any site for audio hosting like image hosting sites.

7th May 2019, 3:48 AM
Mrityunjay
Mrityunjay - avatar
3 Answers
+ 3
Add responsive voice to your page.Then write in JS: responsiveVoice.speak("some text...");
7th May 2019, 11:10 AM
CodeFu
CodeFu - avatar
+ 2
if you have a website, just put the audio in the directory where your html is, then just use <audio> tag
7th May 2019, 4:16 AM
Owenizedd
Owenizedd - avatar
+ 2
Owenizedd No I don't want to use it in a website. I only want to know is there any website where I can host the audio and use it in soloLearn.
7th May 2019, 8:42 AM
Mrityunjay
Mrityunjay - avatar