• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Java Speech API

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys,
This is a problem related to speech API. I am trying to write a program to synthesise speech, using the IBM's speech for Java implementation of JSAPI(IBMJS). When I try to use the default engine, I get a null pointer exception. (The synthesizer is not getting created.) and when I try to list all the speech engines(so that I can register one of them to my application) that come bundled with IBMJS, it lists none. Can somebody tell me if i can download a trial version of speech engine that supports JSAPI. (I managed to find some that basically support microsoft speech engINE. however, this is not compatible with JSAPI). Kindly help me resolve this problem. (Is there no other way apart from going in for IBM's ViaVoice sppech engine which is a licensed version).
Regards
Vrinda
 
That is a really big piece of pie for such a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic