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
1answer
65 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
12 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
57 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
637 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 ...