Spaces:
Sleeping
Sleeping
{ | |
"voiceModel": { | |
"name": "TrinAI-Large", | |
"description": "A large-scale voice model for Trin AI, optimized for diverse and natural speech synthesis.", | |
"version": "1.0", | |
"language": "en-US", | |
"voiceSettings": { | |
"gender": "neutral", | |
"age": "adult", | |
"accent": "American", | |
"tone": "natural", | |
"speakingRate": 1.0, | |
"volumeGain": 0.0 | |
}, | |
"speechSynthesis": { | |
"voiceName": "TrinAI_Voice_Large", | |
"sampleRateHertz": 24000, | |
"pitch": 1.0, | |
"range": { | |
"min": 80, | |
"max": 250 | |
}, | |
"intelligibility": 0.8, | |
"emotionalTone": { | |
"happy": 0.6, | |
"sad": 0.3, | |
"angry": 0.2, | |
"neutral": 0.9 | |
} | |
}, | |
"phoneticModels": [ | |
{ | |
"name": "TrinAI-Phonetic-Model-1", | |
"description": "Basic phonetic model for standard American English pronunciation.", | |
"phonemes": [ | |
"AA", "AE", "AH", "AO", "AW", "AY", "B", "CH", "D", "DH", "EH", "ER", "EY", "F", "G", "HH", "IH", "IY", "JH", "K", "L", "M", "N", "NG", "OW", "OY", "P", "R", "S", "SH", "T", "TH", "UH", "UW", "V", "W", "Y", "Z", "ZH" | |
] | |
} | |
], | |
"sampleVoices": [ | |
{ | |
"name": "TrinAI_Sample_Voice_1", | |
"description": "Sample voice for formal contexts.", | |
"gender": "male", | |
"age": "adult", | |
"audioFiles": [ | |
"sample1.wav", | |
"sample2.wav", | |
"sample3.wav" | |
] | |
}, | |
{ | |
"name": "TrinAI_Sample_Voice_2", | |
"description": "Sample voice for informal contexts.", | |
"gender": "female", | |
"age": "adult", | |
"audioFiles": [ | |
"sample4.wav", | |
"sample5.wav", | |
"sample6.wav" | |
] | |
} | |
], | |
"performanceMetrics": { | |
"accuracy": 0.95, | |
"latency": "100ms", | |
"responseTime": "250ms" | |
}, | |
"additionalFeatures": { | |
"emotionRecognition": true, | |
"contextualAdaptation": true, | |
"multiLanguageSupport": false | |
} | |
} | |
} | |