Hello,
I’m testing bunch of variety of the Speech-to-Text API to transcribe audio from microphone but I’m going through two issues:
-
It doesn’t reconize others langages like arabic or chinese or at least the transcription shows unknow characters like in this picture below(which is for arabic)
-
when transcribing audio sentences can be repeated many times
Note: I didn’t see anywhere how to use utf-8 for transcription
How can I fix it I used the code found here https://github.com/googleapis/python-speech/blob/main/samples/microphone/transcribe_streaming_infinite.py