head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.20 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.18 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.16 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.14 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.12 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.10 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.8 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2023.10.16.14.04.53; author ryoon; state Exp; branches; next ; commitid Lzl3JQchqR0lbRIE; desc @@ 1.1 log @audio/festival-freebsoft-utils: import festival-freebsoft-utils-0.10 festival-freebsoft-utils is a collection of Festival utilities that enhance Festival with some useful features. They provide all what is needed for interaction with Speech Dispatcher. Key festival-freebsoft-utils features are: - Generalized concept of input events. festival-freebsoft-utils allows not only plain text synthesis, but also combining it with sounds. Additionally, mechanism of logical events mapped to other events is provided. - Substitution of events for given words. - High-level voice selection mechanism and setting of basic prosodic parameters. - Spelling mode. - Capital letter signalization. @ text @$NetBSD$ * Support iconv(1) of NetBSD. --- recode.scm.orig 2008-10-16 10:10:04.000000000 +0000 +++ recode.scm @@@@ -29,7 +29,7 @@@@ string (with-temp-file-data (tmpfile string) (with-temp-file out-tmpfile - (system (format nil "iconv -c -f %s -t %s//TRANSLIT -o %s %s" from to out-tmpfile tmpfile)) + (system (format nil "iconv -c -f %s -t %s %s > %s" from to tmpfile out-tmpfile)) (read-file out-tmpfile))))) (defvar recode-special-utf8-translations @