Results 1 to 3 of 3
  1. #1
    sasivarnan is offline Member
    Join Date
    Jan 2012
    Posts
    1
    Rep Power
    0

    Post 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

  2. #2
    DarrylBurke's Avatar
    DarrylBurke is online now Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    9,944
    Rep Power
    16

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

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

  3. #3
    DarrylBurke's Avatar
    DarrylBurke is online now Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    9,944
    Rep Power
    16

    Default Re: java speech Synthesizer

    Quote Originally Posted by sasivarnan View Post
    This is really urgent..
    Recommended reading

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

Similar Threads

  1. java speech Synthesizer
    By chaminga in forum Advanced Java
    Replies: 29
    Last Post: 01-04-2012, 06:32 PM
  2. Java Speech API
    By JavaCy in forum New To Java
    Replies: 1
    Last Post: 04-29-2011, 05:09 PM
  3. Speech Recognition In Java
    By hackernewbie in forum Advanced Java
    Replies: 6
    Last Post: 01-18-2010, 11:06 PM
  4. Java Speech Processing
    By redvirus in forum CLDC and MIDP
    Replies: 2
    Last Post: 10-03-2009, 12:16 AM
  5. Help with Java Speech API (Synthesizer)
    By mohitkhanna3v_infinate in forum Advanced Java
    Replies: 1
    Last Post: 07-23-2009, 06:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •