-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoices.json
More file actions
57 lines (57 loc) · 1.3 KB
/
Copy pathvoices.json
File metadata and controls
57 lines (57 loc) · 1.3 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"default": {
"voiceId": "21m00Tcm4TlvDq8ikWAM",
"voiceName": "Rachel",
"model": "eleven_turbo_v2_5",
"stability": 0.5,
"similarityBoost": 0.75,
"speed": 2.0,
"outputFormat": "mp3_44100_128",
"openaiVoice": "nova"
},
"personas": {
"orchestrator": {
"voiceId": "21m00Tcm4TlvDq8ikWAM",
"voiceName": "Rachel",
"stability": 0.6,
"similarityBoost": 0.8,
"openaiVoice": "nova"
},
"researcher": {
"voiceId": "AZnzlk1XvdvUeBnXmlld",
"voiceName": "Domi",
"stability": 0.4,
"speed": 1.1,
"openaiVoice": "alloy"
},
"architect": {
"voiceId": "EXAVITQu4vr4xnSDxMaL",
"voiceName": "Bella",
"stability": 0.55,
"similarityBoost": 0.7,
"openaiVoice": "shimmer"
},
"implementer": {
"voiceId": "ErXwobaYiN019PkySvjV",
"voiceName": "Antoni",
"stability": 0.5,
"speed": 1.05,
"openaiVoice": "echo"
},
"tester": {
"voiceId": "MF3mGyEYCl7XYWbV9V6O",
"voiceName": "Elli",
"stability": 0.45,
"speed": 1.1,
"openaiVoice": "fable"
},
"reviewer": {
"voiceId": "TxGEqnHWrfWFTfGW9XjX",
"voiceName": "Josh",
"stability": 0.6,
"similarityBoost": 0.8,
"speed": 2.0,
"openaiVoice": "onyx"
}
}
}