summaryrefslogtreecommitdiffstats
path: root/src/speech.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix GPL versionPatrick McDermott2019-10-141-2/+2
| | | | | I don't know how or why I ended up applying GPLv2. I must have copied from one of my GPLv2-or-later projects and not noticed the error.
* speech_init(): Rename to speech_new()Patrick McDermott2019-10-051-1/+1
|
* speech_init(): Hardcode register_cmu_us_slt() callPatrick McDermott2019-10-051-1/+1
| | | | And check for -lflite_cmu_us_slt.
* speech_*(): New functionsPatrick McDermott2019-10-041-0/+36