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

Multiple Clients Causes Premature Microphone Termination #49

Closed 1Click1Life closed 6 years ago

1Click1Life commented 6 years ago

Hello,

When I use Cognitive-Speech-STT-Windows client library and I have one instance running on our network everything works fine. However when I have multiple instances running on separate computers, we get an intermittent issue where the speech recognition stops recording withing 300 ms.

Does this have anything to do with the fact that we are initializing the microphone client the same way on each instance that is running the service?

We are using this with Cognitive Services Custom Speech Service. Each client uses the same primary and secondary key and the same custom speech authentication URI.

Does anyone thing that somehow the different instances on the microphone client running on different machines are conflicting with each other?

Any feedback or guidance would greatly be appreciated

Kind Regards,

Jason

1Click1Life commented 6 years ago

Never mind ... I feel silly ... My Scale Units was at 0 for my custom model!!!