wyoming-chatterbox/.env.example
2026-04-23 17:50:12 -05:00

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