Below is a code snippet, I am using to send audio buffer to media
translation api. The audio codec is ogg_opus with sample rate 48000 hz.
But the server is not responding with anything. The python example in
official documentation of Media Translatio...