mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-06-29 09:23:14 -06:00
faster piper
This commit is contained in:
parent
e3e624f760
commit
35b3eb5077
|
|
@ -1941,6 +1941,8 @@ async fn synthesize_tts_samples(
|
||||||
.arg("/opt/piper-voices/en_US-amy-medium.onnx")
|
.arg("/opt/piper-voices/en_US-amy-medium.onnx")
|
||||||
.arg("--output_file")
|
.arg("--output_file")
|
||||||
.arg(&raw_path)
|
.arg(&raw_path)
|
||||||
|
.arg("--speaker_rate")
|
||||||
|
.arg("0.75")
|
||||||
.stdin(Stdio::piped())
|
.stdin(Stdio::piped())
|
||||||
.spawn()?;
|
.spawn()?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue