sohojoe commited on
Commit
24d9393
1 Parent(s): 7efb19e

4096 chunk sizes seams to be more robust

Browse files
Files changed (2) hide show
  1. chunks.mp3 +0 -0
  2. 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=2048,
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