more fasterer!

This commit is contained in:
legop3 2026-06-14 16:28:05 -04:00
parent 35b3eb5077
commit eec977ba10

View file

@ -1942,7 +1942,7 @@ async fn synthesize_tts_samples(
.arg("--output_file")
.arg(&raw_path)
.arg("--speaker_rate")
.arg("0.75")
.arg("0.5")
.stdin(Stdio::piped())
.spawn()?;