Text to speech API
This simple Text-to-Speech app converts text into speech at the click of a button! 👇
Text-to-Speech 💬
Features 💡
- Provides very human-sounding voices in 49 languages!
- Delivers auditory information without any special hardware or software installation
- Connects to the Text-to-Speech API with just a few lines of code
- Language menu includes an emoji flag symbol for each language 🇯🇵 🇩🇪 🇨🇳 🇫🇷 🇪🇸 🇮🇹 🇷🇺 🇬🇧
- Includes a random selection of five different language presets
Links 🔗
Reference 📙
- Free Text-to-Speech API from voicerss.org
- Emoji flags data from jsdelivr.com
- CSS background from css3patterns
python88
nice!
RolandJLevy
@python88 thanks! It was really fun to make this one!
zplusfour
this is insane!
RolandJLevy
Hi
@ZDev1, thanks! Have you tried it in Arabic?RolandJLevy
Hi
@ZDev1, that's really great!If you have some time, can you help me with a JavaScript issue I'm having with this Text-to-Speech?
I'm trying to execute the speak()
function as the page loads. I've tried executing the function like this: <body onload="speak()">
but it doesn't work.
I've also tried using setTimeout
in script.js but it doesn't work either.
Any idea why the speak()
function can't run when the page loads? Thanks so much if you can have a look, but no problem if it's not possible. Roland
cool!