You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This project provides a local, OpenAI-compatible text-to-speech (TTS) API using
31
31
32
32
-**Docker** (recommended): Docker and Docker Compose for containerized setup.
33
33
-**Python** (optional): For local development, install dependencies in `requirements.txt`.
34
-
-**ffmpeg**: Required for audio format conversion and playback speed adjustments.
34
+
-**ffmpeg** (optional): Required for audio format conversion and playback speed adjustments. Optional if sticking to mp3.
35
35
36
36
### Installation
37
37
@@ -48,7 +48,7 @@ PORT=5050
48
48
49
49
DEFAULT_VOICE=en-US-AndrewNeural
50
50
DEFAULT_RESPONSE_FORMAT=mp3
51
-
DEFAULT_SPEED=1.0
51
+
DEFAULT_SPEED=1.2
52
52
53
53
DEFAULT_LANGUAGE=en-US
54
54
@@ -130,7 +130,7 @@ PORT=5050
130
130
131
131
DEFAULT_VOICE=en-US-AndrewNeural
132
132
DEFAULT_RESPONSE_FORMAT=mp3
133
-
DEFAULT_SPEED=1.0
133
+
DEFAULT_SPEED=1.2
134
134
135
135
DEFAULT_LANGUAGE=en-US
136
136
@@ -167,7 +167,7 @@ Generates audio from the input text. Available parameters:
167
167
-**model** (string): Set to "tts-1" or "tts-1-hd" (default: `"tts-1"`).
168
168
-**voice** (string): One of the OpenAI-compatible voices (alloy, echo, fable, onyx, nova, shimmer) or any valid `edge-tts` voice (default: `"en-US-AndrewNeural"`).
0 commit comments