토론 » 제작 요청
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.
There is a lot of info on this: try googling javascript decode base64 into file.
답글을 게시하려면 로그인하세요.
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.