Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "JSAPI Projects" Topics [ Start new "JSAPI Projects" Topic  ]

Cloudgarden Discussion Board  
This topic has 1 reply.       [ << Previous Topic | Start of Thread | >> Next Topic ]
problems with recognizer
Author: calioppe_84
08/26/08 03:41 Reply
Hi!
I'm using the TalkingJava SDK and I'm having trouble working with my recognizer.
I don't know why, but when I'm doing consecutives recognitions it doesn't wait until there is a word to prosecute.

What I'm trying to do is a window with a togglebutton. If you press de button, it starts to recognize. Then, there is a sintetized menu, and you start to navigate through the application. So you have sucesives recognitions that start and stops the engine.
When I have recognized 3 words, then It stops working and doesn't work anymore.

I'm looking for someone who had an example of how to do a correct recognition in the same execution of an application, or someone who can help me with my problem...

thank you very much!

Re: problems with recognizer
Author:Jack Kokah
Reply 1 of 105/07/09 03:43Reply
Actually I'm not a professional but I think this is because of the deallocate() method .. why don't you create a method that alloctae() the recognizer when clicking on the button and another one to deallocate() the recognizer when another button is clicked?

Anyway let's wait for Jonathan he know better and I hope your problem is solved.