Discussions » Creation Requests

Download TTS wav file from Google Cloud

§
Posted: 2019-05-03

Download TTS wav file from Google Cloud

Google hosts a webpage at cloud.google.com/text-to-speech/ where people can try their WaveNet TTS.

The webpage returns a json file that includes the audio content as a base64 encoded wav.

It would be awesome if I had a script that would decode the content and download it as a wav file.

wOxxOmMod
§
Posted: 2019-05-03

There is a lot of info on this: try googling javascript decode base64 into file.

Post reply

Sign in to post a reply.