From b0770fd3ad90b81cd9af5bf07220629d38a9d0e6 Mon Sep 17 00:00:00 2001 From: Ray Smets Date: Fri, 24 Nov 2023 10:27:15 -0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70259e1..3caacd2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ One can set the environment variables via the `.env` file, which is read every t ### Streaming -If you would like the speech to start quicker via a streaming manner set the environment variable to enable. The concession is that the audio snippet is not saved in the `/narration` directory. +If you would like the speech to start quicker via a streaming manner set the environment variable to enable. The concession is that the audio and corresponding image is not saved in the `/narration` directory. ```bash export ELEVENLABS_STREAMING=true