Skip to content

Commit c832a31

Browse files
authored
Merge pull request #16 from linuxserver/main-v2
Drop args that are now obsolete in v2
2 parents 6f96c39 + 84f2322 commit c832a31

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

readme-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ opt_param_env_vars:
3535
- {env_var: "PIPER_NOISE", env_value: "0.667", desc: "Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio."}
3636
- {env_var: "PIPER_NOISEW", env_value: "0.333", desc: "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses."}
3737
- {env_var: "PIPER_SPEAKER", env_value: "0", desc: "Speaker number to use if the voice supports multiple speakers."}
38-
- {env_var: "PIPER_PROCS", env_value: "1", desc: "Number of Piper processes to run simultaneously."}
3938
- {env_var: "STREAMING", env_value: "", desc: "Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries."}
4039
readonly_supported: true
4140
# application setup block

root/etc/s6-overlay/s6-rc.d/svc-piper/run

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ fi
1010
exec \
1111
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 10200" \
1212
s6-setuidgid abc python3 -m wyoming_piper \
13-
--piper '/lsiopy/bin/piper' \
1413
--uri 'tcp://0.0.0.0:10200' \
1514
--length-scale "${PIPER_LENGTH:-1.0}" \
1615
--noise-scale "${PIPER_NOISE:-0.667}" \
1716
--noise-w "${PIPER_NOISEW:-0.333}" \
1817
--speaker "${PIPER_SPEAKER:-0}" \
1918
--voice "${PIPER_VOICE}" \
20-
--max-piper-procs "${PIPER_PROCS:-1}" \
2119
--data-dir /config \
2220
--download-dir /config \
2321
${UPDATE_MODELS:+--update-voices} \

0 commit comments

Comments
 (0)