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 "Java Speech API" Topics [ Start new "Java Speech API" Topic  ]

Cloudgarden Discussion Board  
This topic has 0 replies.       [ << Previous Topic | Start of Thread | >> Next Topic ]
How to set Audioformat in microsoft Speech engine
Author: Gopinath a.r
04/09/10 07:19 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) it working fine. but I have to use .wav is format (8000,16,1,true,false ).I try to set the audio format using CGAudioManager.setAudioFormat method but its support i got the error like unable to set the format.if any one know how to change the audio format please tell me and give me sample code for speech recognition from stream audio.
Thanks in Advance
-Gopinath a.r