mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-06-29 09:23:14 -06:00
more fasterer!
This commit is contained in:
parent
35b3eb5077
commit
eec977ba10
|
|
@ -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.75")
|
.arg("0.5")
|
||||||
.stdin(Stdio::piped())
|
.stdin(Stdio::piped())
|
||||||
.spawn()?;
|
.spawn()?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue