Fix typo in README.md (#161)

Just a small typo fix:  "an voice AI system" -> "a voice AI system".
This commit is contained in:
Bissmella Bahaduri
2025-11-20 10:15:45 +01:00
committed by GitHub
parent f6074cb684
commit 8fb54b2b07

View File

@@ -3,7 +3,7 @@
This repo contains instructions and examples of how to run This repo contains instructions and examples of how to run
[Kyutai Speech-To-Text](#kyutai-speech-to-text) [Kyutai Speech-To-Text](#kyutai-speech-to-text)
and [Kyutai Text-To-Speech](#kyutai-text-to-speech) models. 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}`) 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). that formalize the approach we had with Moshi and Hibiki. See our [pre-print about DSM](https://arxiv.org/abs/2509.08753).