-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
29 lines (23 loc) · 1.83 KB
/
Copy pathenv.example
File metadata and controls
29 lines (23 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# NeuroBridge — copy to .env and adjust.
# ── TTS Engine ─────────────────────────────────────────────────────────────────
# sapi = Windows SAPI via pyttsx3 (offline, instant, pip install pyttsx3)
# silero = Silero v4 via torch (offline, CUDA, ~50 MB model on first run)
VOICE_OUTPUT_ENGINE=sapi
# ── SAPI / Windows voices ──────────────────────────────────────────────────────
# Rate in words-per-minute. 175 = natural speed.
# Keep this at natural speed -- the browser handles 2x via TTS_PLAYBACK_SPEED.
SAPI_RATE=175
# ── Silero ─────────────────────────────────────────────────────────────────────
# speaking_rate: 1.0 = natural speed.
# Keep at 1.0 -- the browser handles 2x via TTS_PLAYBACK_SPEED.
SILERO_SPEED=1.0
# Voice: xenia (female) | aidar (male) | baya | eugene | random
SILERO_SPEAKER=xenia
# ── Playback speed (browser) ───────────────────────────────────────────────────
# Browser playbackRate: 2.0 = 2x. User can adjust live with Up/Down arrow keys.
TTS_PLAYBACK_SPEED=2.0
# ── Optional: hard-code Edge path if auto-detection fails ─────────────────────
# EDGE_PATH=C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
# ── Optional cloud TTS (requires internet + API keys) ─────────────────────────
# ELEVENLABS_API_KEY=
# OPENAI_API_KEY=