mirror of
https://github.com/sudoxnym/ha-addons.git
synced 2026-04-14 11:37:33 +00:00
27 lines
647 B
YAML
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
|