Outloud voice definitions using ACSS.
This module encapsulates Outloud-specific voice definitions. It
maps device-independent ACSS voice definitions into appropriate
Outloud voice parameter settings.
Functions
|
|
_update_map
acss2voice
getrate
getvoice
getvoicelist
|
|
_update_map
|
_update_map (
table,
key,
format,
settings,
)
Internal function to update acss->synth mapping.
Map from ACSS dimensions to Outloud settings:
|
|
acss2voice
|
acss2voice ( acss )
Return synthesizer code.
|
|
getrate
|
getrate ( r )
|
|
getvoice
|
getvoice ( acss )
Memoized function that returns synthesizer code for
specified ACSS setting.
Synthesizer code is a tupple of the form (open,close)
where open sets the voice, and close resets it.
|
|
getvoicelist
|
getvoicelist ()
|
|