summaryrefslogtreecommitdiff
path: root/accessibility/yasr/files/pkg-message.in
blob: d90d52b6eaf365832e250693916fec6eac390d89 (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
27
28
[
{ type: install
  message: <<EOM
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.
EOM
}
]