add ability to auto-switch between team and match chat

This commit is contained in:
ultrablob 2025-02-13 11:28:33 -05:00
parent c86d383c79
commit b47e9cddbd
5 changed files with 164 additions and 19 deletions

View file

@ -5,7 +5,10 @@ description = "Jarvis voice assistant for Marvel Rivals"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mss>=10.0.0",
"opencv-python>=4.11.0.86",
"pyautogui>=0.9.54",
"pynput>=1.7.7",
"sounddevice>=0.5.1",
"speechrecognition[faster-whisper]>=3.14.1",
]