You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Piper](https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.
40
+
[Piper](https://github.com/rhasspy/wyoming-piper) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.
@@ -69,7 +69,7 @@ For use with Home Assistant [Assist](https://www.home-assistant.io/voice_control
69
69
70
70
When using the `gpu` tag with Nvidia GPUs, make sure you set the container to use the `nvidia` runtime and that you have the [Nvidia Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) installed on the host and that you run the container with the correct GPU(s) exposed. See the [Nvidia Container Toolkit docs](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.html) for more details.
71
71
72
-
For more information see the [piper docs](https://github.com/rhasspy/piper/),
72
+
For more information see the [wyoming piper docs](https://github.com/rhasspy/wyoming-piper),
73
73
74
74
## Read-Only Operation
75
75
@@ -100,7 +100,7 @@ services:
100
100
- PIPER_NOISE=0.667 #optional
101
101
- PIPER_NOISEW=0.333 #optional
102
102
- PIPER_SPEAKER=0 #optional
103
-
- STREAMING= #optional
103
+
- NO_STREAMING= #optional
104
104
volumes:
105
105
- /path/to/piper/data:/config
106
106
ports:
@@ -122,7 +122,7 @@ docker run -d \
122
122
-e PIPER_NOISE=0.667 `#optional` \
123
123
-e PIPER_NOISEW=0.333 `#optional` \
124
124
-e PIPER_SPEAKER=0 `#optional` \
125
-
-e STREAMING= `#optional` \
125
+
-e NO_STREAMING= `#optional` \
126
126
-p 10200:10200 \
127
127
-v /path/to/piper/data:/config \
128
128
--restart unless-stopped \
@@ -145,7 +145,7 @@ Containers are configured using parameters passed at runtime (such as those abov
145
145
|`-e PIPER_NOISE=0.667`| Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
146
146
|`-e PIPER_NOISEW=0.333`| Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
147
147
|`-e PIPER_SPEAKER=0`| Speaker number to use if the voice supports multiple speakers. |
148
-
|`-e STREAMING=`| Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries. |
148
+
|`-e NO_STREAMING=`| Setting to `true`, or any other value, will disable support for streaming audio on sentence boundaries. |
149
149
|`-v /config`| Local path for piper config files. |
150
150
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
151
151
@@ -311,7 +311,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
311
311
312
312
## Versions
313
313
314
-
***29.08.25:** - Add streaming support & support forlocal only mode.
314
+
***15.11.25:** - Add streaming support & support forlocal only mode.
0 commit comments