Skip to content

Commit 2d0b7a9

Browse files
Bot Updating Templated Files
1 parent 104e92c commit 2d0b7a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Find us at:
3737
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-piper%2Fjob%2Fgpu%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-piper/job/gpu/)
3838
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fpiper%2Fgpu%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/piper/gpu/index.html)
3939

40-
[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.
4141

42-
[![piper](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png)](https://github.com/rhasspy/piper/)
42+
[![piper](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png)](https://github.com/rhasspy/wyoming-piper)
4343

4444
## Supported Architectures
4545

@@ -69,7 +69,7 @@ For use with Home Assistant [Assist](https://www.home-assistant.io/voice_control
6969

7070
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.
7171

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),
7373

7474
## Read-Only Operation
7575

@@ -100,7 +100,7 @@ services:
100100
- PIPER_NOISE=0.667 #optional
101101
- PIPER_NOISEW=0.333 #optional
102102
- PIPER_SPEAKER=0 #optional
103-
- STREAMING= #optional
103+
- NO_STREAMING= #optional
104104
volumes:
105105
- /path/to/piper/data:/config
106106
ports:
@@ -122,7 +122,7 @@ docker run -d \
122122
-e PIPER_NOISE=0.667 `#optional` \
123123
-e PIPER_NOISEW=0.333 `#optional` \
124124
-e PIPER_SPEAKER=0 `#optional` \
125-
-e STREAMING= `#optional` \
125+
-e NO_STREAMING= `#optional` \
126126
-p 10200:10200 \
127127
-v /path/to/piper/data:/config \
128128
--restart unless-stopped \
@@ -145,7 +145,7 @@ Containers are configured using parameters passed at runtime (such as those abov
145145
| `-e PIPER_NOISE=0.667` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
146146
| `-e PIPER_NOISEW=0.333` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
147147
| `-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. |
149149
| `-v /config` | Local path for piper config files. |
150150
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
151151

@@ -311,7 +311,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
311311

312312
## Versions
313313

314-
* **29.08.25:** - Add streaming support & support for local only mode.
314+
* **15.11.25:** - Add streaming support & support for local only mode.
315315
* **26.11.24:** - Add GPU branch.
316316
* **18.07.24:** - Rebase to Ubuntu Noble.
317317
* **25.11.23:** - Initial Release.

0 commit comments

Comments
 (0)