mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 08:00:59 +00:00
Piper
Introduction
Piper is a local neural text-to-speech service exposed through the Wyoming protocol. This package uses the LinuxServer.io container image.
Features
- Local text-to-speech processing with configurable Piper voices.
- Wyoming protocol access on the configured port.
- Persistent configuration and downloaded voice data through the mapped config directory.
Usage
- Install the app and set
PIPER_VOICEto a supported voice model. - Connect a Wyoming-compatible client to the configured
PANEL_APP_PORT_WYOMINGport. - Keep
CONFIG_PATHon persistent storage so downloaded models and settings survive upgrades.
Optional settings include local-only mode, speaking rate, noise controls, speaker number, and streaming behavior.
References
- Official project: https://github.com/rhasspy/piper
- Container documentation: https://docs.linuxserver.io/images/docker-piper/
- Container source: https://github.com/linuxserver/docker-piper