fastererer

This commit is contained in:
legop3 2026-06-14 16:36:34 -04:00
parent eec977ba10
commit fe665fbf5c

View file

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