Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pAIgn10/EMIC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lamprianidis authored and Nick Lamprianidis committed Dec 2, 2013
2 parents 955348d + 86b6d07 commit e649e7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ EMIC2

Wow, what can I say about the [Emic 2 Text-to-Speech](http://www.grandideastudio.com/portfolio/emic-2-text-to-speech-module/) module... this very well designed and simple to use piece of hardware. I would say `Εμεινα μαλάκας`, but it would probably sound all greek to you, so I won't. I will rather say that I had the most fun experimenting with this module, and I would be happy to do it again.

Now, to the point... This is an Arduino library for interfacing the [Emic 2 Text-to-Speech](http://www.grandideastudio.com/portfolio/emic-2-text-to-speech-module/) module. With the library, one can change the characteristics of the speech on the module through the use of methods and operators, for a less technical and more natural way of control. It can send messages provided as an immediate argument on a method, or by reference through a file in an SD card.
Now, to the point... This is an Arduino library for interfacing the [Emic 2 Text-to-Speech](http://www.grandideastudio.com/portfolio/emic-2-text-to-speech-module/) module. With the library, one can change the characteristics of the speech on the module through the use of methods and operators, for a less technical and more natural way of control. It can send messages provided as an immediate argument to a method, or by reference through a file in an SD card.

![emic2](http://i859.photobucket.com/albums/ab154/lampnick67/emic2__zpsf8ec194d.png)

Expand All @@ -30,4 +30,6 @@ Special use of operators, that they act upon an instance of the class, can furth
* `emic >> value;` - increases speaking rate by `value` words/minute
* `emic << value;` - decreases speaking rate by `value` words/minute

=======
Examples
--------
There are two accompanying example sketches, `SpeakMessage` and `SpeakMsgFromSD`, that expose some of the functionality of the library.

0 comments on commit e649e7a

Please sign in to comment.