hi,
I develop the sample application for speech recognition from the .wav file(format is 16000,16,1,true,false ) using microsoft speech engine(engineName="Microsoft English Recognizer v5.1, SAPI5, Microsoft", modeName=Microsoft English Recognizer v5.1). its working fine.
but i have to change the my application for recognition the speech from the buffer file which mean its i have to read the bytes or frames from the file and I have to recognition from that byte.and also after read the bytes I have to convert the 8000 sample rate to 16000 sample rate then i send that bytes to recognition.if u know which method is use for read bytes form buffer and which method is use to convert and how can i pass this bytes to Recognizer.if you have Sample code please give to me sample its very useful for me.
-Thanks in Advance
|