Closed rivendell1984 closed 2 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @oscholz @robch.
@rivendell1984 apologize for the late reply, the speech SDK does not reside in this repo. Please move your issue to this repo: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues where the maintainers of the library will be able to help. Thanks!
Hi @rivendell1984. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
@rivendell1984 apologize for the late reply, the speech SDK does not reside in this repo. Please move your issue to this repo: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues where the maintainers of the library will be able to help. Thanks!
Thanks a lot for your reply, I'll close this issue.
I am using a USB microphone on a Raspberry Pi and following the Azure Cognitive Services speech recognition sample code in Python from GitHub:
speech_sample.py
I haven't spoken, but it keeps returning the
speechsdk.ResultReason.NoMatch
error instead of recognizing speech:It always interrupts the speech recognition, how can I get it to return recognized speech instead of the NoMatch error?