You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code has been working for a long time (since Journey voices were first introduced), but today the client.SynthesizeSpeech call is returning an error:
code = InvalidArgument
desc = This voice currently only supports LINEAR16 and MULAW output.
This sounds like a backend regression and not related to the client library itself. I would recommend reaching out from the service support page to report the issue: https://cloud.google.com/speech-to-text/docs/support
Any advice with converting the resulting .wav to .mp3 is appreciated. I've tried using ffmpeg and pydub (which also uses ffmpeg underneath) but the audio turns weird and monodirectional.
Client
Go v1 SDK but looks like a backend server regression/bug.
Environment
Linux
Code and Dependencies
Expected behavior
Opus audio should be generated.
Actual behavior
This code has been working for a long time (since Journey voices were first introduced), but today the
client.SynthesizeSpeech
call is returning an error:Additional context
This looks a lot like the transcription regression where Opus support was apparently removed accidentally: googleapis/google-cloud-node#5609 @danielbankhead
The text was updated successfully, but these errors were encountered: