HashNuke commited on
Commit
344cb4d
·
verified ·
1 Parent(s): fdbab20

Update config.json to support new config structure for custom_words

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
  "custom_words": [
3
- "astra",
4
- "bento",
5
- "celico",
6
- "dexo",
7
- "echo",
8
- "firo",
9
- "geco",
10
- "harto",
11
- "indigo",
12
- "juno",
13
- "koda",
14
- "lyra"
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",