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.
Version:
$Revision: 3535 $
Date:
$Date: 2005-11-17 06:32:59 -0800 (Thu, 17 Nov 2005) $
Author:
$Author: raman $
Copyright:
Copyright (c) 2005 T. V. Raman
License:
LGPL
|
|
__id__ = '$Id: outloud.py 3535 2005-11-17 14:32:59Z raman $'
|
|
|
_defined_voices = {}
|
|
|
_table = {'family': {'betty': ' `v7 ', 'child': ' `v3 ', 'denn...
|
|
|
_male_ap = [(0, 0, 90), (1, 13, 81), (2, 26, 72), (3, 39, 63),...
|
|
|
_man_ap = [(0, 0, 90), (1, 10, 85), (2, 20, 80), (3, 30, 70), ...
|
|
|
_female_ap = [(0, 5, 70), (1, 17, 66), (2, 33, 62), (3, 49, 58...
|
|
|
_male_pr = [(0, 0), (1, 5), (2, 15), (3, 20), (4, 25), (5, 30)...
|
|
|
_man_pr = [(0, 0), (1, 5), (2, 15), (3, 20), (4, 25), (5, 30),...
|
|
|
_female_pr = [(0, 0), (1, 5), (2, 15), (3, 20), (4, 25), (5, 3...
|
|
|
_male_stress = [(0, 0), (1, 5), (2, 10), (3, 15), (4, 20), (5,...
|
|
|
_male_richness = [(0, 0, 60), (1, 4, 78), (2, 8, 80), (3, 12, ...
|
|
|
__package__ = None
hash(x)
|