Tray options implementation + Voice system rewrite + build fixes

This commit is contained in:
Priler 2026-01-07 23:29:46 +05:00
parent 412acb7e2d
commit 47b7e7a65d
117 changed files with 1300 additions and 2334 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,27 @@
[voice]
id = "jarvis-howdy"
name = "Jarvis Howdy"
author = "Abraham (Priler)"
languages = ["ru"]
[reactions]
# app startup
greet = ["run", "ready"]
# wake word detected
reply = ["reply1", "reply2", "reply3"]
# command executed
ok = ["ok1", "ok2", "ok3", "ok4"]
# command not found
not_found = ["not_found"]
# thanks
thanks = ["thanks"]
# error
error = []
# goodbye
goodbye = ["off"]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,27 @@
[voice]
id = "jarvis-og"
name = "Jarvis OG"
author = "Abraham (Priler)"
languages = ["ru"]
[reactions]
# app startup
greet = ["run"]
# wake word detected
reply = ["reply1", "reply2", "reply3"]
# command executed
ok = ["ok1", "ok2", "ok3", "ok4"]
# command not found
not_found = ["not_found"]
# thanks
thanks = ["thanks"]
# error
error = []
# goodbye
goodbye = ["off"]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,31 @@
[voice]
id = "jarvis-remaster"
name = "Jarvis New"
author = "Abraham (Priler)"
languages = ["ru", "en"]
[reactions]
# app startup
greet = ["greet1"]
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", "reply6"]
# command executed
ok = ["ok1", "ok2", "ok3", "ok4"]
# command not found
not_found = []
# thanks
thanks = ["thanks"]
# error
error = []
# goodbye
goodbye = []