Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/accessibility/yasr/files/pkg-message.in
16462 views
[
{ 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
}
]