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
Copy file name to clipboardExpand all lines: docs/images/docker-piper.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: piper
3
3
tags:
4
4
- Machine Learning
5
-
description: "[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."
5
+
description: "[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."
[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.
22
+
[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.
@@ -40,7 +40,7 @@ The architectures supported by this image are:
40
40
41
41
For use with Home Assistant [Assist](https://www.home-assistant.io/voice_control/voice_remote_local_assistant/), add the Wyoming integration and supply the hostname/IP and port that piper is running add-on."
42
42
43
-
For more information see the [piper docs](https://github.com/rhasspy/piper/),
43
+
For more information see the [wyoming piper docs](https://github.com/rhasspy/wyoming-piper),
44
44
45
45
## Read-Only Operation
46
46
@@ -72,7 +72,7 @@ services:
72
72
- PIPER_NOISE=0.667 #optional
73
73
- PIPER_NOISEW=0.333 #optional
74
74
- PIPER_SPEAKER=0 #optional
75
-
- STREAMING= #optional
75
+
- NO_STREAMING= #optional
76
76
volumes:
77
77
- /path/to/piper/data:/config
78
78
ports:
@@ -94,7 +94,7 @@ docker run -d \
94
94
-e PIPER_NOISE=0.667 `#optional` \
95
95
-e PIPER_NOISEW=0.333 `#optional` \
96
96
-e PIPER_SPEAKER=0 `#optional` \
97
-
-e STREAMING= `#optional` \
97
+
-e NO_STREAMING= `#optional` \
98
98
-p 10200:10200 \
99
99
-v /path/to/piper/data:/config \
100
100
--restart unless-stopped \
@@ -124,7 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov
124
124
|`PIPER_NOISE=0.667`| Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
125
125
|`PIPER_NOISEW=0.333`| Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
126
126
|`PIPER_SPEAKER=0`| Speaker number to use if the voice supports multiple speakers. |
127
-
|`STREAMING=`| Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries. |
127
+
|`NO_STREAMING=`| Setting to `true`, or any other value, will disable support for streaming audio on sentence boundaries. |
0 commit comments