From ac10b5febed4797ea610f3d3cc97f4316d12365a Mon Sep 17 00:00:00 2001 From: London Lowmanstone Date: Sun, 25 Jan 2026 04:37:37 -0600 Subject: [PATCH] Fix README speed parameter description Corrected comment about speed parameter to clarify that lower values result in slower audio. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec2d59..60c62b3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ prompt_audio = 'audio_file.wav' rms = 0.01 ## higher makes it sound louder(0.01 or so recommended) t_shift = 0.9 ## sampling param, higher can sound better but worse WER num_steps = 4 ## sampling param, higher sounds better but takes longer(3-4 is best for efficiency) -speed = 1.0 ## sampling param, controls speed of audio(lower=faster) +speed = 1.0 ## sampling param, controls speed of audio(lower=slower) return_smooth = False ## sampling param, makes it sound smoother possibly but less cleaner ## encode audio(takes 10s to init because of librosa first time)