0%

Basic Audio Script Test

Audio Test

1
2
15% is a good length for short audio files
<audio controls source src="/audio/Read_English.mp3" style="width: 15%">

How to Save Audio from Google Voice

1
2
3
4
5
6
7
8
Originally it looks like 
"https://translate.google.com/?hl=ja&sl=en&tl=en&text=english"

replace the "?" after "https://translate.google.com/" with
translate_tts?client=tw-ob&

So it will be like
"https://translate.google.com/translate_tts?client=tw-ob&tl=en&text=english"

Examples:

English
https://translate.google.com/translate_tts?client=tw-ob&tl=en&text=english

Japanese
https://translate.google.com/translate_tts?client=tw-ob&tl=ja&text=日本語

China
https://translate.google.com/translate_tts?client=tw-ob&tl=zh-CN&text=十里山路不换肩

Taiwan
https://translate.google.com/translate_tts?client=tw-ob&tl=zh-TW&text=十里山路不換肩

HTML Button Test

1
2
3
/ is better
For Windows, As the Directory Path, both \ and / work
For Linux & MacOS, As the Directory Path, only / works