mirror of
https://github.com/sudoxnym/wyoming-chatterbox.git
synced 2026-07-07 11:17:39 +00:00
14 lines
422 B
Text
14 lines
422 B
Text
# port exposed on the host — default 10800 (piper=10200, whisper=10300, wakeword=10400)
|
|
WYOMING_PORT=10800
|
|
|
|
# absolute path to the directory containing your voice reference wav
|
|
VOICE_REF_DIR=/path/to/your/voice
|
|
|
|
# filename of the wav inside that directory
|
|
VOICE_REF_FILE=reference.wav
|
|
|
|
# volume multiplier applied to output audio (3.0 = louder, 1.0 = raw)
|
|
VOLUME_BOOST=3.0
|
|
|
|
# torch device: cuda or cpu
|
|
TORCH_DEVICE=cuda
|