faster piper

This commit is contained in:
legop3 2026-06-14 16:21:13 -04:00
parent e3e624f760
commit 35b3eb5077

View file

@ -1941,6 +1941,8 @@ async fn synthesize_tts_samples(
.arg("/opt/piper-voices/en_US-amy-medium.onnx")
.arg("--output_file")
.arg(&raw_path)
.arg("--speaker_rate")
.arg("0.75")
.stdin(Stdio::piped())
.spawn()?;