Dectalk voice definitions using ACSS.
This module encapsulates Dectalk-specific voice definitions. It maps
device-independent ACSS voice definitions into appropriate Dectalk voice
parameter settings.
|
|
__id__ = '$Id: dectalk.py 3535 2005-11-17 14:32:59Z raman $'
|
|
|
_defined_voices = {}
|
|
|
_table = {'family': {'betty': ':nb', 'child': ' :nk ', 'dennis...
|
|
|
_male_ap = [(0, 96, 115), (1, 101, 112), (2, 108, 109), (3, 11...
|
|
|
_man_ap = [(0, 50, 125), (1, 59, 123), (2, 68, 121), (3, 77, 1...
|
|
|
_female_ap = [(0, 160, 115), (1, 170, 112), (2, 181, 109), (3,...
|
|
|
_male_pr = [(0, 0, 0), (1, 20, 10), (2, 40, 20), (3, 60, 30), ...
|
|
|
_man_pr = [(0, 0, 0), (1, 16, 20), (2, 32, 40), (3, 48, 60), (...
|
|
|
_female_pr = [(0, 0, 0), (1, 50, 10), (2, 80, 20), (3, 100, 25...
|
|
|
_male_stress = [(0, 0, 0, 0, 0), (1, 3, 6, 20, 3), (2, 6, 12, ...
|
|
|
_man_stress = [(0, 0, 0, 0, 0), (1, 4, 6, 2, 2), (2, 8, 12, 4,...
|
|
|
_female_stress = [(0, 1, 1, 0, 0), (1, 3, 4, 11, 0), (2, 5, 8,...
|
|
|
_male_richness = [(0, 0, 100), (1, 14, 80), (2, 28, 60), (3, 4...
|
|
|
_man_richness = [(0, 100, 0), (1, 96, 3), (2, 93, 6), (3, 90, ...
|
|
|
_female_richness = [(0, 0, 100), (1, 8, 76), (2, 16, 52), (3, ...
|
|
|
__package__ = None
hash(x)
|