Azure-Samples / Cognitive-Speech-STT-Windows

Windows SDK for the Microsoft Speech-to-Text API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speech-api
Other
112 stars 89 forks source link

How to increase Initial Silence Timeout in a WPF application using SpeechRecognizationServiceFactory #32

Closed Milesbs closed 6 years ago

Milesbs commented 6 years ago

Hi,

I would like to increase the Initial Silence Timeout in my WPF application using SpeechRecognizationServiceFactory. Right now, it seems to be set by default to a few seconds but i need it to be continuous. Is it possible ?

Thanks

priyaravi20 commented 6 years ago

Currently this is controlled from the service. TImeouts are different for short and long..You can try using long mode for a more continuous experience.