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
History
format/indent
2017-06-24, by manitou [Sat, 24 Jun 2017 19:41:42 +0000] rev 3
format/indent
don't dac.write(0) for soundOn/Off -- speaker pop
2017-06-24, by manitou [Sat, 24 Jun 2017 14:10:48 +0000] rev 2
don't dac.write(0) for soundOn/Off -- speaker pop
remove test pin stuff
2017-06-12, by manitou [Mon, 12 Jun 2017 19:24:16 +0000] rev 1
remove test pin stuff
text-to-speech TTS through DAC to audio amp/speaker
2017-06-11, by manitou [Sun, 11 Jun 2017 11:03:23 +0000] rev 0
text-to-speech TTS through DAC to audio amp/speaker