This commit is contained in:
Quentin Fuxa
2025-09-11 21:36:32 +02:00
parent a4e9f3cab7
commit babe93b99a
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ pip install whisperlivekit
|-----------|-------------|
| **Speaker diarization with Sortformer** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` |
| **Apple Silicon optimized backend** | `mlx-whisper` |
| **NLLB Translation** | `huggingface_hub` & `transformers` |
| *[Not recommanded]* Speaker diarization with Diart | `diart` |
| *[Not recommanded]* Original Whisper backend | `whisper` |
| *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` |

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "whisperlivekit"
version = "0.2.8.post1"
version = "0.2.9"
description = "Real-time speech-to-text with speaker diarization using Whisper"
readme = "README.md"
authors = [