What is the character or word conversion rate for Google Cloud’s Text-to-Speech WaveNet API? I want to know rough timestamps for long WaveNet generated audio files. I could use even a rough estimation.
Asked
Active
Viewed 76 times
-1
-
[How to ask a good question](https://stackoverflow.com/help/how-to-ask) & [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) & [What topics can I ask about here?](https://stackoverflow.com/help/on-topic) – Trenton McKinney Aug 08 '19 at 00:25
1 Answers
0
It takes about 0.5s to convert about 150 characters.
That's the size of blocks I convert. Can't say how much of that is the invocation overhead. I.e. it may be more efficient with larger amounts of text to generate audio.
-
_it may be more efficient with larger amounts of text to generate audio_ - it is. – The Onin May 11 '20 at 00:59