~ubuntu-branches/ubuntu/oneiric/festvox-czech-dita/oneiric

« back to all changes in this revision

Viewing changes to festvox/czech_dita.scm.in

  • Committer: Bazaar Package Importer
  • Author(s): Boris Dušek
  • Date: 2011-04-16 18:25:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110416182503-2etc3gy40ozdftmv
Tags: upstream-1.0.0
Import upstream version 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(require 'czech-unisyn)
 
2
 
 
3
(defvar czech-dita-unisyn-index "DESTDIR/group/dita.group")
 
4
 
 
5
(defvar czech-dita-int-params '((f0_mean 222) (f0_std 15)))
 
6
 
 
7
(set! czech-insert-filling-vowels nil)
 
8
 
 
9
(czech-proclaim-voice (dita (gender female)) ""
 
10
  (czech-unisyn-init 'czech_dita czech-dita-unisyn-index)
 
11
  (set! czech-int-simple-params* czech-dita-int-params))
 
12
 
 
13
(provide 'czech_dita)