From a4356b9bcf679c4d7b88fbbad77a98ecb0f80098 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 8 Apr 2010 13:30:16 -0700 Subject: [PATCH] Use 16-bit flite voice (which appears to have changed symbols recently) --- ao-tools/ao-view/aoview_flite.c | 4 ++-- 1 file 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 -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); -- 2.30.2