feat: implement streaming mode (-s) and 4-bit quantization (-q) for performance
This commit is contained in:
@@ -55,6 +55,8 @@ Run the script using `python3 transcribe.py` with optional flags.
|
||||
- `-i`, `--ingest`: Enable data transmission to the remote server.
|
||||
- `-l`, `--list-devices`: Show available audio devices and exit.
|
||||
- `-d`, `--device [ID]`: Input device index (bypasses selection prompt).
|
||||
- `-q`, `--quantize`: Use 4-bit quantized Whisper model for faster transcription (Strategy 3).
|
||||
- `-s`, `--stream`: Enable real-time streaming transcription/draft mode (Strategy 1).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user