Update config.json to use new voice selection options
Browse files- config.json +9 -1
config.json
CHANGED
|
@@ -13,6 +13,14 @@
|
|
| 13 |
{ "tts_input": "Seatown", "label": "seatown" },
|
| 14 |
{ "tts_input": "Tokyo", "label": "tokyo" }
|
| 15 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"google_speech_commands": [
|
| 17 |
"yes",
|
| 18 |
"no",
|
|
@@ -50,4 +58,4 @@
|
|
| 50 |
"learn",
|
| 51 |
"visual"
|
| 52 |
]
|
| 53 |
-
}
|
|
|
|
| 13 |
{ "tts_input": "Seatown", "label": "seatown" },
|
| 14 |
{ "tts_input": "Tokyo", "label": "tokyo" }
|
| 15 |
],
|
| 16 |
+
"generate": {
|
| 17 |
+
"voice_selection": {
|
| 18 |
+
"group_by": ["language", "gender"],
|
| 19 |
+
"languages": "all",
|
| 20 |
+
"genders": ["masculine", "feminine"],
|
| 21 |
+
"limit_per_group": 3
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
"google_speech_commands": [
|
| 25 |
"yes",
|
| 26 |
"no",
|
|
|
|
| 58 |
"learn",
|
| 59 |
"visual"
|
| 60 |
]
|
| 61 |
+
}
|