From 332b2b9daa18e1a8375d69d293f2a80dd415896e Mon Sep 17 00:00:00 2001 From: gabrieldemarmiesse Date: Wed, 18 Jun 2025 10:40:26 +0000 Subject: [PATCH] Clarify real-time --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09c8376..f2db6ac 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,9 @@ script. uv run scripts/asr-streaming-query.py bria.mp3 ``` -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 script limits the decoding speed to simulates 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