From f067ba4f94583a56ecb4b983d9e668ad1b41512a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 14 Aug 2025 08:17:18 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-piper.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/docker-piper.md b/docs/images/docker-piper.md index ec55cbbcfc..d6ecf1ae23 100755 --- a/docs/images/docker-piper.md +++ b/docs/images/docker-piper.md @@ -72,6 +72,7 @@ services: - PIPER_NOISEW=0.333 #optional - PIPER_SPEAKER=0 #optional - PIPER_PROCS=1 #optional + - STREAMING= #optional volumes: - /path/to/piper/data:/config ports: @@ -93,6 +94,7 @@ docker run -d \ -e PIPER_NOISEW=0.333 `#optional` \ -e PIPER_SPEAKER=0 `#optional` \ -e PIPER_PROCS=1 `#optional` \ + -e STREAMING= `#optional` \ -p 10200:10200 \ -v /path/to/piper/data:/config \ --restart unless-stopped \ @@ -122,6 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `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. | | `PIPER_PROCS=1` | Number of Piper processes to run simultaneously. | +| `STREAMING=` | Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries. | ### Volume Mappings (`-v`) @@ -344,5 +347,6 @@ To help with development, we generate this dependency graph. ## Versions +* **10.08.25:** - Add streaming support. * **18.07.24:** - Rebase to Ubuntu Noble. * **25.11.23:** - Initial Release.