pgmichael / wavenet-for-chrome

Chrome extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech.
http://wavenet-for-chrome.com
MIT License
132 stars 52 forks source link

Audio - Invalid argument #88

Closed ujinkv closed 4 weeks ago

ujinkv commented 1 month ago

I get an error:

Failed to synthesize text
Request contains an invalid argument.

for SSML like:

Audio MP3 inclusions worked fine just yesterday, but not today.

I tried a couple hostings and WAV-format as well, same thing.

Any ideas?

ujinkv commented 1 month ago

SSML example:

<speak>
<audio src="https://static.wixstatic.com/mp3/ec40b7_eb42973c4a344d55a900fe7c963a97b6.wav"/>
</speak>
ujinkv commented 1 month ago

I also tried resampling mp3 and other tags structure, no luck:

<speak><audio src="https://static.wixstatic.com/mp3/ec40b7_3c7c9fd4a9ae44319bb6c9db16dcfe72.mp3"/></speak>
<speak><audio src="https://static.wixstatic.com/mp3/ec40b7_3c7c9fd4a9ae44319bb6c9db16dcfe72.mp3"></audio></speak>
ujinkv commented 1 month ago

Btw, I was using v12 from the store, but same error occurs on v13.

ujinkv commented 4 weeks ago

Somehow it started to work today, maybe some issue on google's side was fixed.