# Compose project namespace -- prevents collisions with other stacks COMPOSE_PROJECT=mcspeak # Path to Orpheus GGUF model file (required by llama-server service) # Tip: if you've already pulled it via Ollama, find the blob with: # ollama show --modelfile orpheus | grep FROM ORPHEUS_GGUF_PATH=/path/to/orpheus.gguf # Optional overrides -- see README "Configuration" for the full list # TTS_ENTRY_TONE=chirp # chirp | apollo | none | /path/to.wav # TTS_EXIT_TONE=roger # roger | quindar-out | none | /path/to.wav # TTS_CANCEL_TONE=scratch # scratch | reverse-roger | none | /path/to.wav # TTS_DUCK_MEDIA=true # fade host audio while speaking # TTS_VOICE_IDENTITY=true # auto-assign distinct voices per project # TTS_SHUTDOWN_TIMEOUT=30 # max seconds to wait for current speech on stop