File: czech_dita.scm.in

package info (click to toggle)
festvox-czech-dita 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 94,780 kB
  • sloc: perl: 308,346; sh: 95; makefile: 56; lisp: 15; cs: 5
file content (13 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
(require 'czech-unisyn)

(defvar czech-dita-unisyn-index "DESTDIR/group/dita.group")

(defvar czech-dita-int-params '((f0_mean 222) (f0_std 15)))

(set! czech-insert-filling-vowels nil)

(czech-proclaim-voice (dita (gender female)) ""
  (czech-unisyn-init 'czech_dita czech-dita-unisyn-index)
  (set! czech-int-simple-params* czech-dita-int-params))

(provide 'czech_dita)