blob: d7bea2bfb94942abf88772b60ca93f0ac3db2da6 (
plain) (
blame)
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
|
==============================================================================
Yasr requires a text-to-speech engine to work. FreeBSD offers two: Festival
and FLite (Festival Lite). Edit the system configuration file
%%DATADIR%%/yasr.conf
or user configuration file ~/.yasr.conf and set "synthesizer" and
"synthesizer port".
NOTE: To use FLite requires the Emacspeak speech server eflite to be
installed.
EXAMPLES:
Festival
synthesizer=festival
sythesizer port=|%%LOCALBASE%%/bin/festival
Festival running as a server
synthesizer=festival
synthesizer port=127.0.0.1:1314
FLite
synthesizer=Emacspeak server
synthesizer port=|%%LOCALBASE%%/bin/eflite
See man page for more information.
==============================================================================
|