Hi there,
I am trying couple of text files (converted to text from pdf using google vision) to convert into audio form.
However some neural voices work and some gives internal error 13.
Also, the neural voices erroring out on this particular one works on other text files.
Is there a way to know what is the problem in file if there is any.
Text didn't get converted to audio when used with en-US-Neural2-J.
Same text converted with en-US-News-K.
I can attach the files if you would like to look at them to get to root cause.
Can you please advise?
Thanks for your help.
Error 13 in text-to-speech systems typically refers to an issue with processing or interpreting the text. It could be due to various reasons such as unsupported characters, formatting, or even the structure of the text itself. The fact that the same neural voice works on other text files but not on this particular one indicates that there might be something specific about the problematic file causing the error.
Review the text in the problematic file for any unusual characters, formatting, or structural issues. Look for special characters, unsupported symbols, or any uncommon formatting that might be causing the error.
Compare the content and formatting of the problematic file with the ones that are working fine. This might help you identify any specific differences that could be causing the error.
And try preprocessing the text by removing any unsupported characters, ensuring consistent formatting, and structuring the text in a simpler way to see if that resolves the issue.
After doing these steps and the issue still persists, please include more information regarding this use case.
Thanks Poala. Is there a list of unsupported characters per Voice (even within same language code) ?
If there are unsupported characters, both voice generations should have affected? Why would en-US-News-K work but not en-US-Neural2-J ?Is there any diagnosis or debug methods to see what could possibly be wrong?