vocode-python
vocode-python copied to clipboard
Update google_synthesizer to use texttospeech_v1beta1
Replace google.cloud texttospeech with texttospeech_v1beta1; otherwise you will get an error on self.tts.SynthesizeSpeechRequest.TimepointType.SSML_MARK
I'm using 2.16.3
% poetry show | grep google-cloud-texttospeech
google-cloud-texttospeech 2.16.3 Google Cloud Texttos...
I installed it using poetry install -E all (indicating I wanted all the extras, of which google-cloud-texttospeech was a part of). Let me know if you prefer I try another version
@arpagon FYI, I'm still running into this with a fresh deployment and installing using poetry install -E all. Let me know if there's anything else you'd like me to test.