File: config

package info (click to toggle)
festival 1%3A2.4~release-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,432 kB
  • ctags: 6,364
  • sloc: cpp: 27,729; lisp: 15,695; ansic: 6,022; sh: 5,660; java: 1,536; makefile: 769; xml: 291; perl: 87
file content (73 lines) | stat: -rw-r--r-- 2,670 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
########################################################-*-mode:Makefile-*-
##                                                                       ##
##  Festival: local configuration file                                   ##
##                                                                       ##
###########################################################################
##
##  Specific config file for local installation
##

###########################################################################
## Which speech tools to use

EST=/usr/lib/speech_tools

###########################################################################
## Where the festival tree will be installed.
## 
## The default is that festival will remain where it is compiled.
##
## You may need to set this explicitly if automounter or NFS
## side effects cause problems

FESTIVAL_HOME := $(shell (cd $(TOP); pwd))

###########################################################################
## Feature selection.
##
## Select modules to include.

## Non Free PSOLA synthesis.  This isn't distributed with festival because
## of a patent, if you have src/modules/diphone/di_psolaTM.cc you can
## include this feature.
# INCLUDE_PSOLA_TM=1

##  Support for TCL. So that festival may eval TCL commands and TCL may eval
## festival commands.  This was added to support the CSLU toolkit but
## others may want it too.
# INCLUDE_TCL=1

###########################################################################
## Take most settings from speech tools.

include $(EST)/config/config

###########################################################################
## Add any extra modules you wish to include

## These sub modules are *optional* and unless you know what they are
## you probabaly don't want them or need them.  They are typically
## new code that isn't yet stable yet and being used for research or
## old code left in for compatibility for some users  

## Experimental UniSyn, metrical tree, phonological structure matching
## code
# ALSO_INCLUDE += UniSyn_phonology UniSyn_selection
## Cluster unit selection code as described in "Building Voices in
## Festival", again experimental and suitable for research purposes only.
ALSO_INCLUDE += clunits clustergen hts_engine hts21_engine MultiSyn

## Old diphone code that will be delete, left in only for some
## compatibility
# ALSO_INCLUDE += diphone

## Other (non-Edinburgh) modules may also be specified here (e.g. OGI code),

ALSO_INCLUDE +=

###########################################################################
##
## Describe your local system below by redefining things defined
## in config/configs/default.mak.