summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* screen_new(): Free screen on errorPatrick McDermott2019-10-101-0/+1
|
* screen_destroy(): Restore terminal mode, free windowPatrick McDermott2019-10-081-0/+3
|
* build: Check for -lcursesPatrick McDermott2019-10-081-0/+1
|
* screen_*(): New functionsPatrick McDermott2019-10-084-0/+112
|
* main(): Detect and report speech_new() errorsPatrick McDermott2019-10-051-1/+36
|
* speech_init(): Rename to speech_new()Patrick McDermott2019-10-053-3/+3
|
* main(): Play timePatrick McDermott2019-10-051-0/+1
|
* speech_init(): Hardcode register_cmu_us_slt() callPatrick McDermott2019-10-054-6/+7
| | | | And check for -lflite_cmu_us_slt.
* speech_*(): New functionsPatrick McDermott2019-10-044-1/+143
|
* build: Check for -lflitePatrick McDermott2019-10-041-0/+2
|
* Initial commitPatrick McDermott2019-08-1917-0/+1386