ha-addons/wyoming-chatterbox/config.yaml
2025-12-15 11:13:07 -06:00

27 lines
647 B
YAML

name: wyoming-chatterbox
version: "1.0.0"
slug: wyoming-chatterbox
description: "wyoming protocol server for chatterbox tts with voice cloning. clone any voice with a 10-30 second sample."
url: "https://github.com/sudoxnym/wyoming-chatterbox"
arch:
- amd64
startup: application
boot: auto
ports:
10201/tcp: 10201
ports_description:
10201/tcp: "wyoming protocol"
map:
- share:rw
options:
voice_ref: "/share/voice_reference.wav"
volume_boost: 3.0
device: "cuda"
debug: false
schema:
voice_ref: str
volume_boost: float?
device: list(cuda|cpu)?
debug: bool?
image: sudoxreboot/wyoming-chatterbox-addon-{arch}
full_access: true