Update config.json to support new config structure for custom_words
Browse files- config.json +12 -12
config.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"custom_words": [
|
| 3 |
-
"astra",
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
],
|
| 16 |
"google_speech_commands": [
|
| 17 |
"yes",
|
|
|
|
| 1 |
{
|
| 2 |
"custom_words": [
|
| 3 |
+
{ "tts_input": "Astra", "label": "astra" },
|
| 4 |
+
{ "tts_input": "Bali", "label": "bali" },
|
| 5 |
+
{ "tts_input": "Boston", "label": "boston" },
|
| 6 |
+
{ "tts_input": "Capri", "label": "capri" },
|
| 7 |
+
{ "tts_input": "Delhi", "label": "delhi" },
|
| 8 |
+
{ "tts_input": "Dublin", "label": "dublin" },
|
| 9 |
+
{ "tts_input": "Frisco", "label": "frisco" },
|
| 10 |
+
{ "tts_input": "Monaco", "label": "monaco" },
|
| 11 |
+
{ "tts_input": "Oslo", "label": "oslo" },
|
| 12 |
+
{ "tts_input": "Paris", "label": "paris" },
|
| 13 |
+
{ "tts_input": "Seatown", "label": "seatown" },
|
| 14 |
+
{ "tts_input": "Tokyo", "label": "tokyo" }
|
| 15 |
],
|
| 16 |
"google_speech_commands": [
|
| 17 |
"yes",
|