jscrane/TTS

english.h

Closed this issue · 1 comments

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

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