[add] Load voice parameters from .env file

Configure Piper TTS synthesis via environment variables (speaker_id,
length_scale, noise_scale, noise_w_scale, volume) loaded from .env
with python-dotenv. Includes .env.example as reference template.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 07:36:22 +02:00
parent fc18af576e
commit 19d2721ff2
5 changed files with 60 additions and 6 deletions
+1
View File
@@ -4,3 +4,4 @@ __pycache__/
save.qzl
vosk-model-*/
.wolf
.env