Skip to content

Commit 06b777c

Browse files
committed
Fix stupid switch from streaming to no-streaming
1 parent 7ef10e5 commit 06b777c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# project information
44
project_name: piper
5-
project_url: "https://github.com/rhasspy/piper/"
5+
project_url: "https://github.com/rhasspy/wyoming-piper"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png"
77
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."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
@@ -35,14 +35,14 @@ opt_param_env_vars:
3535
- {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."}
3636
- {env_var: "PIPER_NOISEW", env_value: "0.333", desc: "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses."}
3737
- {env_var: "PIPER_SPEAKER", env_value: "0", desc: "Speaker number to use if the voice supports multiple speakers."}
38-
- {env_var: "STREAMING", env_value: "", desc: "Setting to `true`, or any other value, will enable support for streaming audio on sentence boundaries."}
38+
- {env_var: "NO_STREAMING", env_value: "", desc: "Setting to `true`, or any other value, will disable support for streaming audio on sentence boundaries."}
3939
readonly_supported: true
4040
# application setup block
4141
app_setup_block_enabled: true
4242
app_setup_block: |
4343
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."
4444
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),
4646
# init diagram
4747
init_diagram: |
4848
"piper:latest": {

root/etc/s6-overlay/s6-rc.d/svc-piper/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ exec \
1919
--data-dir /config \
2020
--download-dir /config \
2121
${UPDATE_MODELS:+--update-voices} \
22-
${STREAMING:+--streaming}
22+
${NO_STREAMING:+--no-streaming}

0 commit comments

Comments
 (0)