Menu

#37 When text starts w/"You chose: " + txt,, only reads txt.

open
5
2009-02-08
2006-10-20
Anonymous
No

For some reason, a sentence starting with "You chose:"
makes the voice only read the text after the colon. So
for example, if I did:

voice.speak( "You chose: 123" );

the voice will say "123".

If I remove the colon, it reads everything.

(I'm using "kevin")

Discussion

  • Roelant Ossewaarde

    Logged In: YES
    user_id=626721

    I can't reproduce this bug at all. Tried to give sentences that started with "You chose:" as regular input to the different demo-programs
    bundled with FreeTTS - no problem at all. Modified the last lines of FreeTTSHelloWorld to read:

    helloVoice.speak("You chose: "
    + "I'm so glad to say hello to this world.");

    Had no problem at all, the synthesizer generated "You chose: " as well. Tried it with kevin and kevin16.

     
  • Dirk Schnelle-Walka

    • assigned_to: nobody --> schnelle