forked from RHVoice/RHVoice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
38 lines (36 loc) · 1007 Bytes
/
INSTALL
File metadata and controls
38 lines (36 loc) · 1007 Bytes
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
Building
Requirements:
* A C/C++ compiler
* SCons build system (http://www.scons.org/)
* Python (http://www.python.org/)
* Flite 1.4 or later
* GNU libunistring 0.9.3 or later
* expat
* pcre
* libsox
To compile the package type 'scons'. Then type 'scons install'. If you
want to change the installation prefix, then the first command should
be 'scons prefix=<path>'. Type 'scons -h' for help.
How to use
Run 'RHVoice --help' to see the supported command line options.
If you want to configure Voiceman tu use RHVoice for Russian output,
you should add a new output section in voiceman.conf. Here's an
example:
[output]
name = RHVoice
type = command
lang = rus
synth command = "RHVoice -r %r -p %p -v %v -W Elena"
alsa player command = "play -"
pitch num digits after dot = 2
pitch min = 0
pitch aver = 50
pitch max = 100
rate num digits after dot = 2
rate min = 0
rate aver = 50
rate max = 100
volume num digits after dot = 2
volume min = 0
volume aver = 50
volume max = 100