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

« back to all changes in this revision

Viewing changes to make-group.scm

  • 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
;;; Create group file for voice_czech_dita
 
2
 
 
3
;; Copyright (C) 2005, 2010 Brailcom, o.p.s.
 
4
 
 
5
;; Author: Milan Zamazal <pdm@brailcom.org>
 
6
 
 
7
;; COPYRIGHT NOTICE
 
8
 
 
9
;; This program is free software; you can redistribute it and/or modify
 
10
;; it under the terms of the GNU General Public License as published by
 
11
;; the Free Software Foundation; either version 2 of the License, or
 
12
;; (at your option) any later version.
 
13
 
 
14
;; This program is distributed in the hope that it will be useful, but
 
15
;; WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
16
;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
17
;; for more details.
 
18
 
 
19
;; You should have received a copy of the GNU General Public License
 
20
;; along with this program; if not, write to the Free Software
 
21
;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 
22
 
 
23
(us_diphone_init '((name czech_dita)
 
24
                   (index_file "./dic/ditadiph.est")
 
25
                   (grouped "false")
 
26
                   (coef_dir "./lpc")
 
27
                   (sig_dir "./lpc")
 
28
                   (coef_ext ".lpc")
 
29
                   (sig_ext ".res")
 
30
                   (default_diphone "#-#")))
 
31
 
 
32
(set! us_abs_offset 0.0)
 
33
(set! window_factor 1.0)
 
34
(set! us_rel_offset 0.0)
 
35
(set! us_gain 0.9)
 
36
(Parameter.set 'us_sigpr 'lpc)
 
37
 
 
38
(us_db_select 'czech_dita)
 
39
 
 
40
(us_make_group_file "group/dita.group")