jscrane / TTS

Arduino Text-to-Speech Library
194 stars 49 forks source link

english.h #1

Closed kd8bxp closed 10 years ago

kd8bxp commented 10 years ago

Arduino IDE 1.0.5 gave an error saying that an "attribute" for SoundData need to be a const in the english.h file, once I found the SoundData I added "const" after "static" and all seems to working. This is great work, and glad to have found this on github, after trying without much luck to get the old TTS library working that Clive Webster wrote, this was a joy, even if I did have to modify one of the files. Thanks

jscrane commented 10 years ago

Hi, I've made your change (and fixed a few more compiler warnings). Can you check?