Home | Christian | Financial | Games | Ham Radio | Radio Stations | Time | Video | Weather | Other Stuff
Please visit our sponsors. We would really appreciate it.

Check out these other websites : My Christian Life | Emergency Weather | Gadget Radar Blog

OTHER  WIDGETS
Color Picker

Width=300px   Height=180px
<iframe scrolling="no" style="width:300px; height:180px;"
src="https://123widgets.com/other/color-picker.html"></iframe>
QR Code Generator

Width=300px   Height=210px
<iframe scrolling="no" style="width:300px; height:210px;"
src="https://123widgets.com/other/qr-code-generator.html"></iframe>
Text-to-Speech Javascript Functions
Webpage View
Type some text in the box below and then click the "Listen" button.

HTML Code View
<script>
// Copy this script into your HTML
function TTS_Speak(text) {speechSynthesis.cancel(); var text; speechSynthesis.speak(new SpeechSynthesisUtterance(text));}
function TTS_Pause() {speechSynthesis.pause();}
function TTS_Resume() {speechSynthesis.resume();}
function TTS_Stop() {speechSynthesis.cancel();}
</script>
<!-- Code Example (Shown in the Webpage View above): Using the script functions above -->
<textarea id="msg" rows="3" style="width:95%;"></textarea>
<button value="Listen" onclick="var text=document.getElementById('msg').value; TTS_Speak(text);">Listen</button>
<button value="Pause" onclick="TTS_Pause();">Pause</button>
<button value="Resume" onclick="TTS_Resume();">Resume</button>
<button value="Stop" onclick="TTS_Stop();">Stop</button>
Special Note: Please note that the “soft mute” switch on the side of IOS devices must not be in the “mute” position, otherwise the text-to-speech capability will be disabled.

If you need to convert text into speech as an MP3 audio file, then you can use TTSMP3.com.