How to save chorme tts output to client or server (browser only)

I am very happy to know that Google Chrome now supports an embedded TTS engine that can speak English using both chrome extensions.

How do I save this file on the server or client side?

Update: I need a way to do this for Chrome extension or web apps only. thank.

+3


source to share


1 answer


I managed to save the sound generated via Google TTS to a file today. This is how I did it:



  • Download " TTS Speech Synthesizer " and " Google Text-to-Speech " on your Android device
  • In Android Settings -> Language & Input -> Text-to-speech output, select "Google Text-to-speech", adjust other settings (language, speech rate, etc.) here according to your needs.
  • Open "TTS Text-to-Speech", enter the text you want to convert to speech, click "Click to synthesize", open the application menu, click "Save to MP3"
  • Find audio file in /storage/sdcard0

    using any file explorer (e.g. ES File Explorer )
0


source







All Articles