Im working on a solution to do real-time speech translation using azure-cognitiveservices-speech.
The azure solution works fine link to boilerplate code from azure only with audio file or input from microphone. When I attempt to pass a stream from a voice service provider Twilio , it breaks with the reasoncancelled error.
I used the Twilio Boilerplate code for transcribing a stream with Google Speech and it works fine.
Any direction on this will be of great help
Some questions that I explored before I decided to add my own question