summaryrefslogtreecommitdiffstats
path: root/src/speech.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:32:16 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:32:16 (EDT)
commit54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd (patch)
treed58147ae2c23c146822500c84a4c84e5c152d39e /src/speech.h
parent3d71a6ad28e4759ca79a5664e71dbd1d38d0bb9e (diff)
downloadtimeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.zip
timeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.tar.gz
timeteller-54b7c22f34e3a4174e0a896b4ad7f0cfbb54babd.tar.bz2
speech_init(): Hardcode register_cmu_us_slt() call
And check for -lflite_cmu_us_slt.
Diffstat (limited to 'src/speech.h')
-rw-r--r--src/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speech.h b/src/speech.h
index 07a909d..96b7396 100644
--- a/src/speech.h
+++ b/src/speech.h
@@ -25,7 +25,7 @@
struct speech;
struct speech *
-speech_init(const char *voice);
+speech_init(void);
float
speech_play_time(const struct speech *speech);