Shop OBEX P1 Docs P2 Docs Learn Events
Emic 2 Text-to-Speech questions — Parallax Forums

Emic 2 Text-to-Speech questions

TyroneRTyroneR Posts: 22
edited 2013-06-22 14:50 in Propeller 1
Im haveing a hard time changing the voice in the program. The manual says that "Nx 0-8" can be used to select the voice.
How do you put that in the progam? Anyone?

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2013-06-22 14:47
    Hi Tyrone,

    The "x" in "Nx" is the number of the voice you want to use.

    Assume "Serial" is the serial object used to communicate with the Emic2. I think this code should change the voice to voice number 4.
    Serial.Str(string("N4", 13))
    

    I haven't used other voices myself, but I've used the "V" command to set the volume. Both the volume command and the voice command (and many of the others) work the same way.
  • TyroneRTyroneR Posts: 22
    edited 2013-06-22 14:50
    Funny thing. I just figured it out

    Thanks any how Duane
Sign In or Register to comment.