Use 16-bit flite voice (which appears to have changed symbols recently)
authorKeith Packard <keithp@keithp.com>
Thu, 8 Apr 2010 20:30:16 +0000 (13:30 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 8 Apr 2010 20:30:16 +0000 (13:30 -0700)
ao-tools/ao-view/aoview_flite.c

index bc702b0f4cd29275810a574636176378c9ac4a0a..00e6c9deeaae0f3a0acd207f6933f42178a6efe6 100644 (file)
@@ -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);