Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "JSAPI Projects" Topics [ Start new "JSAPI Projects" Topic  ]

Cloudgarden Discussion Board  
This topic has 0 replies.       [ << Previous Topic | Start of Thread | >> Next Topic ]
Help for Use the speech recognition from the buffer file
Author: Gopinath a.r
04/11/10 20:10 Reply
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