From 8fb54b2b07a34a852e148ad11b820e7526c48b59 Mon Sep 17 00:00:00 2001 From: Bissmella Bahaduri <66717082+Bissmella@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:15:45 +0100 Subject: [PATCH] Fix typo in README.md (#161) Just a small typo fix: "an voice AI system" -> "a voice AI system". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a066b..aa0e75e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo contains instructions and examples of how to run [Kyutai Speech-To-Text](#kyutai-speech-to-text) and [Kyutai Text-To-Speech](#kyutai-text-to-speech) models. -See also [Unmute](https://github.com/kyutai-labs/unmute), an voice AI system built using Kyutai STT and Kyutai TTS. +See also [Unmute](https://github.com/kyutai-labs/unmute), a voice AI system built using Kyutai STT and Kyutai TTS. But wait, what is "Delayed Streams Modeling"? It is a technique for solving many streaming X-to-Y tasks (with X, Y in `{speech, text}`) that formalize the approach we had with Moshi and Hibiki. See our [pre-print about DSM](https://arxiv.org/abs/2509.08753).