-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
/
Copy pathstrings.json
33 lines (33 loc) · 957 Bytes
/
strings.json
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
{
"config": {
"step": {
"user": {
"description": "Upload your Google Cloud service account JSON file that you can create at {url}.",
"data": {
"uploaded_key_file": "Upload service account JSON file"
}
}
},
"error": {
"invalid_file": "Invalid service account JSON file"
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Default language of the voice",
"gender": "Default gender of the voice",
"voice": "Default voice name (overrides language and gender)",
"encoding": "Default audio encoder",
"speed": "Default rate/speed of the voice",
"pitch": "Default pitch of the voice",
"gain": "Default volume gain (in dB) of the voice",
"profiles": "Default audio profiles",
"text_type": "Default text type",
"stt_model": "STT model"
}
}
}
}
}