Shop OBEX P1 Docs P2 Docs Learn Events
Emic2 and Arduino demo...How do you change the voice? — Parallax Forums

Emic2 and Arduino demo...How do you change the voice?

1 what1 what Posts: 3
edited 2012-11-11 20:02 in General Discussion
I'm a relative newcomer to Arduino and very new to Emic2.
I can make the Arduino demo run ok but all my eforts to change any of the emic2 "configuration settings" have failed.

My question: Is it possible to add extra lines of code to the Arduino Emic2 Demo to change the voice (or any other "config" setting)?
OR
Do I have to use some other "programme" to change config settings (if so where do I find it?)
Thanks.

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2012-11-11 07:00
    > > > http://www.parallax.com/Portals/0/Downloads/docs/prod/sens/30016-Emic2TextToSpeech-v1.1.pdf

    Nx: Select voice
    Select the speaking voice:
    0: Perfect Paul (Paulo)
    1: Huge Harry (Francisco)
    2: Beautiful Betty
    3: Uppity Ursula
    4: Doctor Dennis (Enrique)
    5: Kit the Kid
    6: Frail Frank
    7: Rough Rita
    8: Whispering Wendy (Beatriz)

    Tried sending it an N5 or N8?
    emicSerial.print("N5\n");
      // Sing a song
      emicSerial.print("N5\n"); // change vx **Demo mod**
      emicSerial.print("D1\n");
      digitalWrite(ledPin, HIGH);      //
      while (emicSerial.read() != ':'); //
      digitalWrite(ledPin, LOW);
    
  • 1 what1 what Posts: 3
    edited 2012-11-11 19:53
    Thank you very much PJ Allen.

    Like most things - it's so simple when you know how!
    I'd read and re-read the manual and tried all sorts of more complicated things without success.
    It simply did not dawn on me it might be that easy.
    Thanks again.
  • ercoerco Posts: 20,259
    edited 2012-11-11 20:02
    @1 what: PJ's the man. You did quite well getting him to reply to your very first post! Glad to hear you got your problem sorted out, and welcome to the forum of forums! Many smart people here, I learn much daily.
Sign In or Register to comment.