freebsd-ports/audio/festvox-czech/files/patch-czech_ph.scm.in
Pav Lucistnik 026dcc82c8 Czech support for festival speech system. It provides the lexicon and language
rules.

Quality free Czech diphone database.

Primary goal is for speech system Festival but it's not limited on it. Sources,
sound files and boundaries are available so it can be used in other free
speech synthetizer systems too.

WWW: http://www.freebsoft.org/festival-czech

PR:		ports/119044
Submitted by:	Frantisek Dvorak <valtri@civ.zcu.cz>
2008-03-13 15:02:41 +00:00

16 lines
441 B
Scheme

--- festvox/czech_ph.scm.in.orig Sun Apr 29 18:50:12 2007
+++ festvox/czech_ph.scm.in Sun Apr 29 18:50:41 2007
@@ -10,4 +10,13 @@
(czech-unisyn-init 'czech_ph czech-ph-unisyn-index)
(set! czech-int-simple-params* czech-ph-int-params))
+(proclaim_voice
+ 'czech_ph
+ '((language czech)
+ (gender male)
+ (dialect czech)
+ (description
+ "Czech language voice by Free(b)soft")
+ (coding ISO-8859-2)))
+
(provide 'czech_ph)