1
0

Fix README speed parameter description

Corrected comment about speed parameter to clarify that lower values result in slower audio.
This commit is contained in:
London Lowmanstone
2026-01-25 04:37:37 -06:00
committed by GitHub
parent 22613394a3
commit ac10b5febe

View File

@@ -70,7 +70,7 @@ prompt_audio = 'audio_file.wav'
rms = 0.01 ## higher makes it sound louder(0.01 or so recommended) 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 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) 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 return_smooth = False ## sampling param, makes it sound smoother possibly but less cleaner
## encode audio(takes 10s to init because of librosa first time) ## encode audio(takes 10s to init because of librosa first time)