+ 2
How to embed audio in JavaScript
Is there any site for audio hosting like image hosting sites.
3 Respostas
+ 3
Add responsive voice to your page.Then write in JS:
responsiveVoice.speak("some text...");
+ 2
if you have a website, just put the audio in the directory where your html is, then just use <audio> tag
+ 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.