We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736b146 commit 4836db5Copy full SHA for 4836db5
internal_filesystem/lib/mpos/audio/stream_wav.py
@@ -369,7 +369,7 @@ async def play_async(self):
369
# - Larger chunks = less overhead, smoother audio
370
# - 4096 bytes with async yield works well for responsiveness
371
# - The 32KB I2S buffer handles timing smoothness
372
- chunk_size = 4096
+ chunk_size = 8192
373
bytes_per_original_sample = (bits_per_sample // 8) * channels
374
total_original = 0
375
0 commit comments