From 4efa83a6ecc195654ecd70fec923c45b775b41a2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 15 Nov 2025 21:47:32 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-piper.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/images/docker-piper.md b/docs/images/docker-piper.md index 333c90380e..8b2d422ce7 100755 --- a/docs/images/docker-piper.md +++ b/docs/images/docker-piper.md @@ -2,7 +2,7 @@ title: piper tags: - Machine Learning -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." +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." --- @@ -19,9 +19,9 @@ description: "[Piper](https://github.com/rhasspy/piper/) is a fast, local neural [![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/) [![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) -[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. +[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://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png)](https://github.com/rhasspy/piper/) +[![piper](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png)](https://github.com/rhasspy/wyoming-piper) ## Supported Architectures @@ -40,7 +40,7 @@ The architectures supported by this image are: 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." -For more information see the [piper docs](https://github.com/rhasspy/piper/), +For more information see the [wyoming piper docs](https://github.com/rhasspy/wyoming-piper), ## Read-Only Operation @@ -72,7 +72,7 @@ services: - PIPER_NOISE=0.667 #optional - PIPER_NOISEW=0.333 #optional - PIPER_SPEAKER=0 #optional - - STREAMING= #optional + - NO_STREAMING= #optional volumes: - /path/to/piper/data:/config ports: @@ -94,7 +94,7 @@ docker run -d \ -e PIPER_NOISE=0.667 `#optional` \ -e PIPER_NOISEW=0.333 `#optional` \ -e PIPER_SPEAKER=0 `#optional` \ - -e STREAMING= `#optional` \ + -e NO_STREAMING= `#optional` \ -p 10200:10200 \ -v /path/to/piper/data:/config \ --restart unless-stopped \ @@ -124,7 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `PIPER_NOISE=0.667` | Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio. | | `PIPER_NOISEW=0.333` | Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses. | | `PIPER_SPEAKER=0` | Speaker number to use if the voice supports multiple speakers. | -| `STREAMING=` | Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries. | +| `NO_STREAMING=` | Setting to `true`, or any other value, will disable support for streaming audio on sentence boundaries. | ### Volume Mappings (`-v`)