# Talk-pi configuration # # Windows examples use backslashes: # C:\Users\you\AppData\Local\TalkPi\Piper\... # Linux/macOS examples use forward slashes: # /home/you/.pi/tts/piper/... # Shortcuts TALK_PI_SEND_TRANSCRIPT_KEY=f9 TALK_PI_INSERT_TRANSCRIPT_KEY=f10 # Piper TTS # Optional override if tools live elsewhere # No separate recorder setting is needed TALK_PI_TOOLS_DIR=./tools TALK_PI_PIPER_BIN=./tools/piper/piper TALK_PI_PIPER_MODEL_PATH=./tools/piper/models/pt_BR-faber-medium.onnx # Leave empty to use system temp directory TALK_PI_TTS_OUTPUT_DIR= # Whisper transcription TALK_PI_WHISPER_MODEL_PATH=./tools/whisper/models/ggml-base.bin # Default free model download URL TALK_PI_WHISPER_MODEL_URL=https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin # Optional timeouts (ms) TALK_PI_TRANSCRIBE_TIMEOUT_MS=60000 TALK_PI_TRANSCRIBE_FIRST_TIMEOUT_MS=600000