The recognition result is empty

nx-speech 11 Reputation points
2021-11-16T02:51:48.537+00:00

just download and success intallled Azure Speech SDK - GO from:

https://github.com/microsoft/cognitive-services-speech-sdk-go

cd samples

go get
go build

./samples $token en-US ../test_files/whats_the_weather_like.wav speech_recognizer:RecognizeOnceFromWavFile

Session Started (ID= 8c13ca186ac943f28595ea207a42120f )
Session Stopped (ID= 8c13ca186ac943f28595ea207a42120f )
Got a recognition!
(here were empty, can't get any text here !)

./samples $token en-US ../test_files/whats_the_weather_like.wav speech_recognizer:RecognizeContinuousUsingWrapper
Starting Continuous...
Got a cancellation event. --- (got cancellation event here, why ?)
Stopping Continuous...
Stopping pump...
Exiting...

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,952 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.