├── LICENSE ├── README.md ├── assistant.py ├── livewhisper.py ├── mediactl.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikorasu/LiveWhisper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikorasu/LiveWhisper/HEAD/README.md -------------------------------------------------------------------------------- /assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikorasu/LiveWhisper/HEAD/assistant.py -------------------------------------------------------------------------------- /livewhisper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikorasu/LiveWhisper/HEAD/livewhisper.py -------------------------------------------------------------------------------- /mediactl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikorasu/LiveWhisper/HEAD/mediactl.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | openai-whisper 2 | numpy 3 | sounddevice 4 | scipy 5 | --------------------------------------------------------------------------------