@@ -89,7 +89,6 @@ services:
8989 - PIPER_NOISE=0.667 # optional
9090 - PIPER_NOISEW=0.333 # optional
9191 - PIPER_SPEAKER=0 # optional
92- - PIPER_PROCS=1 # optional
9392 - STREAMING= # optional
9493 volumes :
9594 - /path/to/piper/data:/config
@@ -112,7 +111,6 @@ docker run -d \
112111 -e PIPER_NOISE=0.667 `#optional` \
113112 -e PIPER_NOISEW=0.333 `#optional` \
114113 -e PIPER_SPEAKER=0 `#optional` \
115- -e PIPER_PROCS=1 `#optional` \
116114 -e STREAMING= `#optional` \
117115 -p 10200:10200 \
118116 -v /path/to/piper/data:/config \
@@ -136,7 +134,6 @@ Containers are configured using parameters passed at runtime (such as those abov
136134| ` -e PIPER_NOISE=0.667 ` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
137135| ` -e PIPER_NOISEW=0.333 ` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
138136| ` -e PIPER_SPEAKER=0 ` | Speaker number to use if the voice supports multiple speakers. |
139- | ` -e PIPER_PROCS=1 ` | Number of Piper processes to run simultaneously. |
140137| ` -e STREAMING= ` | Setting to ` true ` , or any other value, will enable support for streaming audio on sentence boundaries. |
141138| ` -v /config ` | Local path for piper config files. |
142139| ` --read-only=true ` | Run container with a read-only filesystem. Please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) . |
0 commit comments