Skip to content

Commit 4efa83a

Browse files
Bot Updating Documentation
1 parent 6cbada1 commit 4efa83a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/images/docker-piper.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: piper
33
tags:
44
- 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."
66
---
77
<!-- DO NOT EDIT THIS FILE MANUALLY -->
88
<!-- Please read https://github.com/linuxserver/docker-piper/blob/main/.github/CONTRIBUTING.md -->
@@ -19,9 +19,9 @@ description: "[Piper](https://github.com/rhasspy/piper/) is a fast, local neural
1919
[![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%2Fmain%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-piper/job/main/)
2020
[![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%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/piper/latest/index.html)
2121

22-
[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.
2323

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

2626
## Supported Architectures
2727

@@ -40,7 +40,7 @@ The architectures supported by this image are:
4040

4141
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."
4242

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

4545
## Read-Only Operation
4646

@@ -72,7 +72,7 @@ services:
7272
- PIPER_NOISE=0.667 #optional
7373
- PIPER_NOISEW=0.333 #optional
7474
- PIPER_SPEAKER=0 #optional
75-
- STREAMING= #optional
75+
- NO_STREAMING= #optional
7676
volumes:
7777
- /path/to/piper/data:/config
7878
ports:
@@ -94,7 +94,7 @@ docker run -d \
9494
-e PIPER_NOISE=0.667 `#optional` \
9595
-e PIPER_NOISEW=0.333 `#optional` \
9696
-e PIPER_SPEAKER=0 `#optional` \
97-
-e STREAMING= `#optional` \
97+
-e NO_STREAMING= `#optional` \
9898
-p 10200:10200 \
9999
-v /path/to/piper/data:/config \
100100
--restart unless-stopped \
@@ -124,7 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov
124124
| `PIPER_NOISE=0.667` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. |
125125
| `PIPER_NOISEW=0.333` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. |
126126
| `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. |
128128

129129
### Volume Mappings (`-v`)
130130

0 commit comments

Comments
 (0)