Friday, August 5, 2016

Updating EMIC2 text to speech library for Arduino

Recently I've been working in using the EMIC2 text to speech module for one of my robots. I wanted to use it with a speech recognition module by elechouse on an Arduino. The ideas was very simple, use speech recognition to interact with the robot and let it speak using EMIC2. The trouble was both use SoftwareSerial library which was causing my program to crash. In order to fix the problem I updated the EMIC2 library to work with hardware serial port of Atmega2560. The updated library can be downloaded form my github account. All original examples have been updated to work with the new library as well.

2 comments:

  1. how do you set the pitch and keep that pitch for all speech?
    or also, where is the command library for the emic.whatever the command is
    in other words I see how to set volume, and voice and speed,
    what else can we do?

    ReplyDelete
  2. Hey Steve, you can find all about EMIC on this link http://www.grandideastudio.com/emic-2-text-to-speech-module/ Thanks.

    ReplyDelete