Tagged Questions

2
votes
3answers
3k views

Freetts problem in Java

I am trying to run a program using freetts. I am able to compile the program however I am not able to use kevin or mbrola voices I get the follwing o/p msgs at the end System property ...
0
votes
2answers
53 views

Runtime Error - JSAPI HelloWorld Program

While running basic HelloWorld program using JSAPI, it is showing error "java.lang.NullPointerException at HelloWorld.main(HelloWorld.java:11)" Following is the code: import javax.speech.*; import ...
0
votes
0answers
44 views

Using freeTTS to convert spoken word to text

I have got the hello world version of free tts running. Now, I want to make a small application that allows me to say something to the application . The application should print whatever I say as text ...
0
votes
1answer
110 views

recognizing all english words using sphinx4

I have a problem in recognizing all english words using sphinx4. I added all the english words starting with letter 'A' to my grammar file in java and tried to run it. First time it gave me the error ...
0
votes
0answers
15 views

Google feed - get data from offset

I am using google feed api to fetch the feed from the url. I need to give the paging to the user so that (due to low bandwidth) all entries should not come at first. Is there any way to get entry from ...
0
votes
0answers
74 views

How to implement JSAPI in android

Thanks for previous replies.... I want to convert my speech to text. I have searched for this particular issue in website they mentioned about JSAPI (java speech API). i am not sure how this api ...
0
votes
3answers
686 views

Having Problems Getting FreeTTS and JSAPI Working

First off I'm on Ubuntu linux if that matters. I have a simple project idea based off of FreeTTS and the JSAPI (Java Speech API) I've downloaded and unpacked FreeTTS and run their build script. Then ...