summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-08 13:30:16 -0700
committerKeith Packard <keithp@keithp.com>2010-04-08 13:30:16 -0700
commita4356b9bcf679c4d7b88fbbad77a98ecb0f80098 (patch)
treeec7ce18528c7ace5b596f59ebda2ed7211d62ead
parent447c121fc1ceb878e45718ad1364a5349965a59a (diff)
Use 16-bit flite voice (which appears to have changed symbols recently)
-rw-r--r--ao-tools/ao-view/aoview_flite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ao-tools/ao-view/aoview_flite.c b/ao-tools/ao-view/aoview_flite.c
index bc702b0f..00e6c9de 100644
--- a/ao-tools/ao-view/aoview_flite.c
+++ b/ao-tools/ao-view/aoview_flite.c
@@ -20,7 +20,7 @@
#include "aoview.h"
#include <alsa/asoundlib.h>
-cst_voice *register_cmu_us_kal();
+cst_voice *register_cmu_us_kal16();
static cst_voice *voice;
static FILE *pipe_write;
@@ -118,7 +118,7 @@ aoview_flite_start(void)
if (!once) {
flite_init();
- voice = register_cmu_us_kal();
+ voice = register_cmu_us_kal16();
if (!voice) {
perror("register voice");
exit(1);