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. |