summaryrefslogtreecommitdiff
path: root/client/tts.py
Commit message (Expand)AuthorAgeFilesLines
* Update API in tts.py __main__schneefux2014-10-201-1/+1
* Add config options to tts enginesschneefux2014-10-201-0/+76
* Adapt STT engine API from PR jasperproject/jasper-client#219 in tts.pyschneefux2014-10-201-0/+10
* Added MaryTTS engineschneefux2014-10-201-0/+71
* Remove unused imports from client/tts.pyschneefux2014-10-061-2/+0
* Use diagnose module in stt.py and tts.pyschneefux2014-10-061-12/+15
* Fix flake8 style nitsschneefux2014-10-061-35/+79
* Readd hardcoded alsa playback device (should be removed later)schneefux2014-09-261-1/+1
* Delete tempfiles in play_mp3() method of AbstractMp3TTSEngineschneefux2014-09-261-1/+1
* Get rid of pyaudio in `tts.py`schneefux2014-09-261-2/+1
* Rename `speaker.py` to `tts.py` to match `stt.py` and also change class namesschneefux2014-09-261-0/+361