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 ]
save SAPI 5 profile
Author: Debbie Dahl
04/15/11 11:16 Reply
I'm trying to save a speaker profile with the following code:
public void saveProfile(){
SpeakerManager speakerManager = rec.getSpeakerManager();
speakerManager.saveCurrentSpeakerProfile();
}
but I get this error:
public void saveProfile(){
SpeakerManager speakerManager = rec.getSpeakerManager();
speakerManager.saveCurrentSpeakerProfile();
}

Is there a way to save SAPI 5 profiles (I'm using WSR 8.)?

Re: save SAPI 5 profile
Author:Debbie Dahl
Reply 1 of 104/20/11 14:03Reply
I see I forgot to include the error message for my post. It was:
java.lang.RuntimeException: This method is not implemented for SAPI5 engines (but is for SAPI4 engines)
     at com.cloudgarden.speech.CGSpeakerManager.saveCurrentSpeakerProfile(Unknown Source)