In the javax.speech api - I call the method <pre>Central.createSynthesizer(EngineModeDesc)</pre> which returns a Synthesizer object each time. Why is it that I get the same <pre>Synthesizer</pre> object return to me all the time even though I send a different <pre>EngineModeDesc</pre> in each time? Thanks for any help. Paul
Paul Keohan
Ranch Hand
Joined: Mar 15, 2000
Posts: 411
posted
0
I thought my code would be formatted properly with the <pre> tag but it wasn't.