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 ]
pb with allocate
Author: Terminteur
12/29/09 06:13 Reply
hello I use cloudgarden and I had 2 problems :(

Central.createSynthesizer synth = (null);
System.out.println ( "Befor allocate ()");
synth.allocate ();
System.out.println ( "After allocate ()");
synth.waitEngineState (Synthesizer.ALLOCATED);

the first problem:
if the sound card is not available (bp driver, hard bp) the Synthesizer hangs at "synth.allocate ();" without exception are still frozen.
there he found a solution to the failure of the card?
PS: I do not use a time out.

second problem:
if the sound card is available for allocation "synth.allocate ();" and after it fails the Synthesizer has continued to operate without pb gold I want to detect this anomaly.

PS: I use API CloudGarden trial. and if it works well I'll buy
Thank you.