Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.96k stars 1.86k forks source link

Can't stop a continuous async recognition immediately #2629

Open ScarlettXa opened 1 month ago

ScarlettXa commented 1 month ago

I use StartContinuousRecognitionAsync for start a recognition ,when call StopContinuousRecognitionAsync().get() sometimes will block 10 secs . before call StopContinuousRecognitionAsync, i already call PushAudioInputStream.Close() to close PushAudioInputStream.

sdk version: c++ linux 1.40.0.

I have search the history issuse like this question , https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1388 , the reply said has fixed in 1.20 . Is this really fixed?

github-actions[bot] commented 3 weeks ago

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.