i would like to use Bing speech services to my unity project. I am already using LUIS and windows.speech for TextToSpeech and SpeechToText.
But i found no sample and i tried to integrate BibnSpeech to my project but i always have namescape or c# version issues.
Does someone have a simple sample of Bing speech in unity or just how to integrate this project https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/CSharp
to unity pls ?
thx for any advice =) (currently using unity 5.5.2f1)