From 1f482e5b8d606286b58da873078aec6f58cc0033 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 17 Jun 2025 08:46:20 +0200 Subject: [PATCH] Tweaks. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f836108..4fa67c2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ The script simulates some real-time processing of the audio. Faster processing can be triggered by setting the real-time factor, e.g. `--rtf 500` will process the data as fast as possible. +## Text To Speech + +We're in the process of open-sourcing our TTS models. Check back for updates! + ## License The present code is provided under the MIT license for the Python parts, and Apache license for the Rust backend.