Shop OBEX P1 Docs P2 Docs Learn Events
Emic 2 tts code needed — Parallax Forums

Emic 2 tts code needed

justinbotjustinbot Posts: 1
edited 2012-09-14 19:48 in General Discussion
I am building a boe bot with the board of eduction shield and Arduino uno . I have the demo code for the EMIC 2 TTS but cannot find any other code to adjust the voice or sound.
Thanks JUSTIN..

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-09-14 19:48
    The manual gives the syntax needed to adjust volume and voice.

    The following will set the volume to -20.
    Com.Str(string("V-20", 13))
    

    The above is written in Spin but I think it should be pretty clear what characters are being set to the Emic 2. The value "13" is a carriage return which if required at the end of each command.
Sign In or Register to comment.