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
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) 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."
- {env_var: "PIPER_NOISE", env_value: "0.667", desc: "Controls the variability of the voice by adding noise. Values above 1 will start to degrade audio."}
34
34
- {env_var: "PIPER_NOISEW", env_value: "0.333", desc: "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses."}
35
35
- {env_var: "PIPER_SPEAKER", env_value: "0", desc: "Speaker number to use if the voice supports multiple speakers."}
36
-
- {env_var: "STREAMING", env_value: "", desc: "Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries."}
36
+
- {env_var: "NO_STREAMING", env_value: "", desc: "Setting to `true`, or any other value, will disable support for streaming audio on sentence boundaries."}
37
37
readonly_supported: true
38
38
# application setup block
39
39
app_setup_block_enabled: true
@@ -42,7 +42,7 @@ app_setup_block: |
42
42
43
43
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.
44
44
45
-
For more information see the [piper docs](https://github.com/rhasspy/piper/),
45
+
For more information see the [wyoming piper docs](https://github.com/rhasspy/wyoming-piper),
46
46
# init diagram
47
47
init_diagram: |
48
48
"piper:gpu": {
@@ -86,7 +86,7 @@ init_diagram: |
86
86
"piper:gpu" <- Base Images
87
87
# changelog
88
88
changelogs:
89
-
- {date: "29.08.25:", desc: "Add streaming support & support for local only mode."}
89
+
- {date: "15.11.25:", desc: "Add streaming support & support for local only mode."}
90
90
- {date: "26.11.24:", desc: "Add GPU branch."}
91
91
- {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments