Package: festival Version: 1.4.3-17.2 Severity: normal Tags: patch Hi,
my patch in #352351 (support for Finnish voices) had an unfortunate error in it: the female voice activation function should be voice_suo_fi_lj_diphone rather than voice_suo_lj_diphone. Patch attached, but please consider #427550 too. Cheers, -- Niko Tyni [EMAIL PROTECTED]
--- lib/languages.scm 2007/06/04 20:06:23 1.1 +++ lib/languages.scm 2007/06/04 20:06:34 @@ -85,8 +85,8 @@ (define (language_finnish) "(language_finnish) Set up language parameters for Finnish." - (if (symbol-bound? 'voice_suo_lj_diphone) - (set! female1 voice_suo_lj_diphone)) + (if (symbol-bound? 'voice_suo_fi_lj_diphone) + (set! female1 voice_suo_fi_lj_diphone)) (set! male1 voice_hy_fi_mv_diphone) (male1)