Results 1 to 3 of 3
Thread: java speech Synthesizer
- 01-30-2012, 10:11 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
java speech Synthesizer
Hi ,
This is really urgent.. I am getting No general domain synthesizer found and null pointer excepton.
if (synthesizer == null) {
// (1) throw NPE explicitly
throw new NullPointerException("No general domain synthesizer found.");
}
synthesizer.allocate(); //allocating resources for synthesizer.
the system is not having synthesizer.. how can we get that working..
thanks in advance
- 01-31-2012, 08:56 AM #2
Re: java speech Synthesizer
Don't resurrect old threads with a new question. Don't hijack another poster's thread. When you have a question, start your own thread -- they're free.
For this time only, I'm moving the post to a new thread.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-31-2012, 08:57 AM #3
Re: java speech Synthesizer
Why do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
java speech Synthesizer
By chaminga in forum Advanced JavaReplies: 29Last Post: 01-04-2012, 06:32 PM -
Java Speech API
By JavaCy in forum New To JavaReplies: 1Last Post: 04-29-2011, 05:09 PM -
Speech Recognition In Java
By hackernewbie in forum Advanced JavaReplies: 6Last Post: 01-18-2010, 11:06 PM -
Java Speech Processing
By redvirus in forum CLDC and MIDPReplies: 2Last Post: 10-03-2009, 12:16 AM -
Help with Java Speech API (Synthesizer)
By mohitkhanna3v_infinate in forum Advanced JavaReplies: 1Last Post: 07-23-2009, 06:21 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks