How do I send a byte array to Azure Speech Service (Speech to Text) in Asp.net?
I want to use Azure's Speech Service to send speech files to translate. Azure has examples on how to send a File or a Stream to it's Speech Service. But I want to be able to send a Byte Array.…