-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoice_presets.json.example
More file actions
30 lines (30 loc) · 1.27 KB
/
voice_presets.json.example
File metadata and controls
30 lines (30 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"default_preset": "example",
"default_text": "VoxCPM is an innovative end-to-end TTS model from ModelBest, designed to generate highly realistic speech with advanced voice characteristics.",
"max_chars_per_segment": 200,
"segment_pause_duration": 0.5,
"allowed_paths": [
"./presets",
"./examples"
],
"presets": {
"example": {
"name": "示例音色",
"description": "这是一个示例音色配置,展示了如何设置音色参数",
"prompt_speech": "./examples/example.wav",
"prompt_text": "Just by listening a few minutes a day, you'll be able to eliminate negative thoughts by conditioning your mind to be more positive."
},
"narrator": {
"name": "叙述者音色",
"description": "适合朗读长文本的叙述者音色,语调平稳",
"prompt_speech": "./presets/narrator.wav",
"prompt_text": "In a world where technology advances at breakneck speed, storytelling remains a timeless art that connects us all."
},
"assistant": {
"name": "助手音色",
"description": "友好的助手音色,适合对话和解答",
"prompt_speech": "./presets/assistant.wav",
"prompt_text": "Hello! I'm here to help you with any questions you might have. How can I assist you today?"
}
}
}