|
2 | 2 |
|
3 | 3 | # project information |
4 | 4 | project_name: piper |
5 | | -project_url: "https://github.com/rhasspy/piper/" |
| 5 | +project_url: "https://github.com/rhasspy/wyoming-piper" |
6 | 6 | project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png" |
7 | 7 | 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." |
8 | 8 | project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" |
@@ -35,14 +35,14 @@ opt_param_env_vars: |
35 | 35 | - {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."} |
36 | 36 | - {env_var: "PIPER_NOISEW", env_value: "0.333", desc: "Controls the variability of speaking cadence. Values above 1 produce extreme stutters and pauses."} |
37 | 37 | - {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."} |
39 | 39 | readonly_supported: true |
40 | 40 | # application setup block |
41 | 41 | app_setup_block_enabled: true |
42 | 42 | app_setup_block: | |
43 | 43 | 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." |
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:latest": { |
|
0 commit comments