How to send a byte array to Azure Speech Service (Speech to Text)
We would like to use Azure Speech Service (Speech to Text) for our project.
I have tried all the examples on this page:
I can get all the examples to work... except for the Stream example... and that's the one I need.
I need the Stream example to work, because on our site we will have users upload a WAV file, so it will be in a Stream format. A Byte Array would be even better than a Stream.
Here's my thread detailing everything I've tried:
Can someone please tell me how to get the Stream example to work?
And also can you give me an example of how to send a Byte Array?
It's not the file I'm testing with that is the problem, because I was able to get the other examples on that page to work.
Thanks