whisper.cpp/examples/whisper.linux/app
nnnet cdbcfb6603 whisper.linux: integrate Parakeet V3 as alternative ASR engine
- transcriber.py: route models prefixed with "parakeet:" to a persistent
  NeMo worker subprocess (spawned in .venv-parakeet); stdin/stdout JSON
  protocol keeps the model loaded between transcribe() calls
- tray.py: add "Parakeet V3 (NVIDIA, GPU)" to the Model menu; greys out
  when the parakeet venv is missing
- config.py: list more whisper variants (large-v2, large-v3-turbo and
  q5_0/q8_0 quantized variants)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 21:38:02 +03:00
..
__init__.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
__main__.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
app.py whisper.linux: replace pynput with Xlib XRecord for global hotkey 2026-04-04 21:15:11 +03:00
audio.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
commands.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
config.py whisper.linux: integrate Parakeet V3 as alternative ASR engine 2026-05-11 21:38:02 +03:00
injector.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
transcriber.py whisper.linux: integrate Parakeet V3 as alternative ASR engine 2026-05-11 21:38:02 +03:00
tray.py whisper.linux: integrate Parakeet V3 as alternative ASR engine 2026-05-11 21:38:02 +03:00