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 1 reply.       [ << Previous Topic | Start of Thread | >> Next Topic ]
Avoid using Chooser?
Author: James Davies
01/31/12 16:28 Reply
I'm keen to develop a program that at no point requires the mouse or keyboard, which means I want to avoid ever having the 'Chooser' appear. I've already got it to automatically select a SAPI-5 voice for Synthesis, and can automatically select my preferred Recogniser, but for some reason I can't select the SpeakerProfile without using the Chooser.

getSpeakerProfiles() is returned null (and the 'profiles' variable for my chosen Recogniser is null) when I know for a fact that there are profiles on that Recogniser, and they appear within the Chooser.

Any help or advice would be greatly appreciated.

Re: Avoid using Chooser?
Author:Rodrigo
Reply 1 of 109/04/12 09:46Reply
Hi!
I'm trying to do the same only for Synthesis, but I can't even select the voice programatically without the chooser. I've tried like in the examples to create a new Voice with the name the voice I want, but it return null and a error that the voice can't be found.

Could you share the way you do it without the chooser? Thanks!