diff --git a/README.md b/README.md index 4f9c17c..241e0fa 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,6 @@ See [docs/API.md](docs/API.md) for the complete API reference. > - For HTTPS requirements, see the **Parameters** section for SSL configuration options. -#### Use it to capture audio from web pages. - -Go to `chrome-extension` for instructions. - -

-WhisperLiveKit Demo -

- #### Optional Dependencies @@ -144,6 +136,14 @@ Benchmarks use public audio from [LibriSpeech](https://huggingface.co/datasets/o We are actively looking for benchmark results on other hardware (NVIDIA GPUs, different Apple Silicon chips, cloud instances). If you run the benchmarks on your machine, please share your results via an issue or PR! +#### Use it to capture audio from web pages. + +Go to `chrome-extension` for instructions. + +

+WhisperLiveKit Demo +

+ ### Voxtral Backend @@ -262,7 +262,7 @@ async def websocket_endpoint(websocket: WebSocket): | SimulStreaming backend options | Description | Default | |-----------|-------------|---------| | `--disable-fast-encoder` | Disable Faster Whisper or MLX Whisper backends for the encoder (if installed). Inference can be slower but helpful when GPU memory is limited | `False` | -| `--custom-alignment-heads` | Use your own alignment heads, useful when `--model-dir` is used. Use `scripts/determine_alignment_heads.py` to extract them. WhisperLiveKit Demo +| `--custom-alignment-heads` | Use your own alignment heads, useful when `--model-dir` is used. Use `scripts/determine_alignment_heads.py` to extract them. WhisperLiveKit Demo | `None` | | `--frame-threshold` | AlignAtt frame threshold (lower = faster, higher = more accurate) | `25` | | `--beams` | Number of beams for beam search (1 = greedy decoding) | `1` |