Azure-Samples / Cognitive-Speech-STT-ServiceLibrary

Service SDK - C# Samples, documentation for service to service speech to text
22 stars 26 forks source link

Do you have any plans to implement microphone mode? #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

Thank you for your codes. I wanna implement microphone mode,Do you have any plans to implement microphone mode?

StefanRiedmann commented 7 years ago

The library used in this example is meant for service implementations. For direct usage of microphones on a client, you can have a look to this one: https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/GetStarted/GetStartedCSharpDesktop

ghost commented 7 years ago

Thank you for your replay.

amrmahdi commented 7 years ago

We do not plan to support a microphone mode in this SDK. You can still implement a stream functionality in such a way that you writes microphone audio data while the SDK reads it.