-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 1007 Bytes
/
.env.example
File metadata and controls
28 lines (21 loc) · 1007 Bytes
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
# ElevenLabs API Configuration
# Get your API key from: https://elevenlabs.io/
# Required: ElevenLabs API key (needed when using -provider elevenlabs)
ELEVENLABS_API_KEY=your-api-key-here
# Optional: Voice Quality Settings (all have sensible defaults)
# Only configure these if you want to fine-tune the voice output
# Voice consistency (0.0-1.0, default: 0.5)
# Higher = more consistent but less expressive
# ELEVENLABS_STABILITY=0.5
# Voice similarity to original (0.0-1.0, default: 0.5)
# Higher = closer to original voice characteristics
# ELEVENLABS_SIMILARITY_BOOST=0.5
# Voice style/emotional range (0.0-1.0, default: 0.0)
# 0 = disabled, higher = more expressive
# ELEVENLABS_STYLE=0.0
# Boost similarity of synthesized speech (true/false, default: true)
# ELEVENLABS_USE_SPEAKER_BOOST=true
# Default speaking speed (0.7-1.2, default: 1.0)
# Only applies to sections WITHOUT timing annotations like (5s)
# Sections with timing annotations calculate speed automatically
# ELEVENLABS_SPEED=1.0