Emic2 and Arduino demo...How do you change the voice?
1 what
Posts: 3
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.
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
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");
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.