Commands/voices multilanguage support + Ukranian vosk model added

This commit is contained in:
Priler 2026-01-13 02:21:59 +05:00
parent e2370dc046
commit 11c2500d9c
67 changed files with 214473 additions and 293 deletions

View file

@ -2,9 +2,9 @@
id = "jarvis-remaster"
name = "Jarvis New"
author = "Abraham (Priler)"
languages = ["ru", "en"]
languages = ["ru", "ua", "en"]
[reactions]
[reactions.ru]
# app startup
greet = ["greet1"]
greet_morning = ["greet_morning"]
@ -27,5 +27,61 @@ thanks = ["thanks"]
# error
error = []
# goodbye
goodbye = []
[reactions.ua]
# app startup
greet = []
greet_morning = ["greet_morning1", "greet_morning2", "greet_morning3"]
greet_day = ["greet_day1", "greet_day2"]
greet_evening = ["greet_evening1", "greet_evening2"]
greet_night = ["greet_night1", "greet_night2"]
# wake word detected
reply = ["reply1", "reply2", "reply3", "reply4", "reply5"]
# command executed
ok = ["ok1", "ok2", "ok3", "ok4", "ok5", "ok6"]
# command not found
not_found = []
# thanks
thanks = []
# error
error = []
# goodbye
goodbye = []
[reactions.en]
# app startup
greet = []
greet_morning = ["greet_morning"]
greet_day = ["greet_day"]
greet_evening = ["greet_evening"]
greet_night = ["greet_night"]
# wake word detected
reply = ["reply1", "reply2", "reply3", "reply4", "reply5"]
# command executed
ok = ["ok1", "ok2", "ok3", "ok4", "ok5", "ok6"]
# command not found
not_found = []
# thanks
thanks = []
# error
error = []
# goodbye
goodbye = []