From bcffdbc6b3dd016fd767cb336e59a2e24714dca0 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Sat, 15 Nov 2025 20:19:09 +0100 Subject: [PATCH] bump to 0.2.14 --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = [