From: Keith Packard Date: Thu, 8 Apr 2010 20:30:16 +0000 (-0700) Subject: Use 16-bit flite voice (which appears to have changed symbols recently) X-Git-Tag: debian/0.6+163+g01e524f~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=a4356b9bcf679c4d7b88fbbad77a98ecb0f80098 Use 16-bit flite voice (which appears to have changed symbols recently) --- 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);