File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ services:
7272 - PIPER_NOISE=0.667 # optional
7373 - PIPER_NOISEW=0.333 # optional
7474 - PIPER_SPEAKER=0 # optional
75- - PIPER_PROCS=1 # optional
7675 - STREAMING= # optional
7776 volumes :
7877 - /path/to/piper/data:/config
@@ -95,7 +94,6 @@ docker run -d \
9594 -e PIPER_NOISE=0.667 `#optional` \
9695 -e PIPER_NOISEW=0.333 `#optional` \
9796 -e PIPER_SPEAKER=0 `#optional` \
98- -e PIPER_PROCS=1 `#optional` \
9997 -e STREAMING= `#optional` \
10098 -p 10200:10200 \
10199 -v /path/to/piper/data:/config \
@@ -126,7 +124,6 @@ Containers are configured using parameters passed at runtime (such as those abov
126124| ` PIPER_NOISE=0.667 ` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
127125| ` PIPER_NOISEW=0.333 ` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
128126| ` PIPER_SPEAKER=0 ` | Speaker number to use if the voice supports multiple speakers. |
129- | ` PIPER_PROCS=1 ` | Number of Piper processes to run simultaneously. |
130127| ` STREAMING= ` | Setting to ` true ` , or any other value, will enable support for streaming audio on sentence boundaries. |
131128
132129### Volume Mappings (` -v ` )
You can’t perform that action at this time.
0 commit comments