From 13ccfaef8178926cea80c01806b2589184c6f833 Mon Sep 17 00:00:00 2001 From: royalfig Date: Mon, 31 Aug 2026 10:35:56 -0400 Subject: [PATCH] Use "Voice isolation" for the noise cancellation feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c48a2b..90d90b0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The starter project includes: - Expressive mode, enabled by default: the framework injects the TTS provider's markup guide into the LLM prompt, so the model emits inline delivery tags (emotion, pacing, non-verbal sounds) that the TTS renders and the transcript never shows - Eval suite based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/start/testing/) - [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/), an end-of-turn model that listens to the user's audio directly, combining semantic understanding with acoustic cues for state-of-the-art accuracy across 14 languages -- [Background voice cancellation](https://docs.livekit.io/transport/media/noise-cancellation/) +- [Voice isolation](https://docs.livekit.io/transport/media/noise-cancellation/) - Deep session insights from LiveKit [Agent Observability](https://docs.livekit.io/deploy/observability/) - A Dockerfile ready for [production deployment to LiveKit Cloud](https://docs.livekit.io/deploy/agents/)