what is the API for doing speech-to-speech ...
The only way I can figure out doing it is sdk.TranslationRecognizer to go from audio to text.
And then sdk.SpeechSynthesizer to synthesize the translated text.
Is there a way to do it in one step?
Also the translationRecognizer seems to give up early (at 30 seconds) or when encountering a pause in the audio.
How do I get it to process the whole file and keep going past pauses?