Spaces:
Runtime error
Runtime error
4096 chunk sizes seams to be more robust
Browse files- chunks.mp3 +0 -0
- debug_000.py +1 -1
chunks.mp3
CHANGED
|
Binary files a/chunks.mp3 and b/chunks.mp3 differ
|
|
|
debug_000.py
CHANGED
|
@@ -16,7 +16,7 @@ def stream_tts(prompt):
|
|
| 16 |
text=prompt,
|
| 17 |
voice=voice_id,
|
| 18 |
model=model_id,
|
| 19 |
-
stream_chunk_size=
|
| 20 |
stream=True,
|
| 21 |
)
|
| 22 |
return audio_stream
|
|
|
|
| 16 |
text=prompt,
|
| 17 |
voice=voice_id,
|
| 18 |
model=model_id,
|
| 19 |
+
stream_chunk_size=4096,
|
| 20 |
stream=True,
|
| 21 |
)
|
| 22 |
return audio_stream
|