diff --git a/README.md b/README.md index 3ead826..f5af1d4 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,12 @@ Go to `chrome-extension` for instructions. | Optional | `pip install` | |-----------|-------------| -| **Speaker diarization** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` | +| **Windows/Linux optimizations** | `faster-whisper` | | **Apple Silicon optimizations** | `mlx-whisper` | | **Translation** | `nllw` | +| **Speaker diarization** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` | +| OpenAI API | `openai` | | *[Not recommanded]* Speaker diarization with Diart | `diart` | -| *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` | -| OpenAI API backend | `openai` | See **Parameters & Configuration** below on how to use them. diff --git a/pyproject.toml b/pyproject.toml index e86f10c..5b96028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisperlivekit" -version = "0.2.13.post1" +version = "0.2.14" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" authors = [