tom dunigan
/
tts
text-to-speech through DAC to audio amp/speaker
text-to-speech TTS
- This program was based on modifying the Arduino/Teensy TTS library https://github.com/manitou48/TTS
- The audio is generated with the ARM's DAC pin.
- TTS.h selects DAC pin based on MBED board. Only tested on K64F
- Teensy discussions https://forum.pjrc.com/threads/44587-TTS-(Text-to-Speech)-Library-Port
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:d12c34704b6d | 2017-06-24 | manitou | format/indent |
2:eceeac07154b | 2017-06-24 | manitou | don't dac.write(0) for soundOn/Off -- speaker pop |
1:548323cfdb5d | 2017-06-12 | manitou | remove test pin stuff |
0:bcd16e4a0207 | 2017-06-11 | manitou | text-to-speech TTS through DAC to audio amp/speaker |