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  ]

Enter name (no spaces) and text (< 2000 chars).
Name:
Watch thread: (an email will be sent to you when a reply is posted to this thread)
Email (if watching thread): (will not be made public, or shared with anyone)
Save name & email: (will store info in a cookie)
Subject: Re: How to set Audioformat in microsoft Speech engine

To prevent spamming, please type this code "asyphx" in the box.
Text:

Replying to:
How to set Audioformat in microsoft Speech engine
Author: Gopinath a.r
04/09/10 07:19
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