Commands/voices multilanguage support + Ukranian vosk model added
This commit is contained in:
parent
e2370dc046
commit
11c2500d9c
67 changed files with 214473 additions and 293 deletions
18
resources/commands/weather/command.toml
Normal file
18
resources/commands/weather/command.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[[commands]]
|
||||
id = "weather"
|
||||
action = "cli"
|
||||
cli_cmd = "weather.py"
|
||||
|
||||
[commands.phrases]
|
||||
ru = [
|
||||
"какая погода",
|
||||
"погода"
|
||||
]
|
||||
en = [
|
||||
"what's the weather",
|
||||
"weather"
|
||||
]
|
||||
|
||||
[commands.sounds]
|
||||
ru = ["weather_ru_1", "weather_ru_2"]
|
||||
en = ["weather_en_1", "weather_en_2"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue