Hi,
I have been using IBM's Via Voice and IBM's Java Speech. This works well but I
have found some bugs in the implementation.
I have now installed CloudGarden's Jave Speech implementation.
I have run a couple of the examples and these work with Microsoft speech engine.
They do not work with IBM's Via Voice.
Working with the SpeakingClock example -
It works with the cgjsapi api and Microsoft's speech engine.
It works with the ibmjs api and IBM's Via Voice.
It does not work with the cgjsapi api and the Via Voice speech engine.
It program runs until the line
synth.allocate();
For some reason, this call terminates the program without any errors.
I can't find out why this is happening.
Any suggestions are welcome.
Regards
Don |