mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
6cbada1077
commit
4efa83a6ec
@ -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."
|
||||
---
|
||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||
<!-- Please read https://github.com/linuxserver/docker-piper/blob/main/.github/CONTRIBUTING.md -->
|
||||
@ -19,9 +19,9 @@ description: "[Piper](https://github.com/rhasspy/piper/) is a fast, local neural
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-piper/job/main/)
|
||||
[](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.
|
||||
|
||||
[](https://github.com/rhasspy/piper/)
|
||||
[](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`)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user