Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This blog post has moved to https://matthewvaneerde.wordpress.com/2014/07/11/using-the-speech-api-to-convert-speech-to-text/
Comments
- Anonymous
August 04, 2016
Matthew,it looks like it also fails for a 48,000 Hz WAV file with SPERR_UNSUPPORTED_FORMAT even if wFormatTag == WAVE_FORMAT_PCM. Does it mean the WAV fiel needs to be converted first? It works fine for a 44,100 HZ WAV file.Thanks! - Anonymous
September 30, 2016
Hello,Does this listen.exe work in windows7. I tried listen.exe -file file.wav. I got below errorC:\Users\kalyan.janaki\Desktop\DW_Kafka_consumers>listen.exe -file Rincon_Eduardo.M_8_3_2016_exported.wavERROR:Unrecognized argument -file- Anonymous
September 30, 2016
You need two dashes: --file
- Anonymous
- Anonymous
September 30, 2016
GAH WHY IS WORDPRESS MESSING WITH MY DASHESYou need two dashes: - - f i l e (but without the spaces)