Files
MicroPythonOS/internal_filesystem
Thomas Farstrike 0268b20628 stream_wav: restore tweaks
QuasiBird still runs jittery at 22050 hz 16 bit stereo.
Mono is fine, and lower sample rates are fine too.

At max volume, so no volume scaling, the frame rate is quite high
but it still jitters. The question is why...

- does the buffer underrun?
- or does it spend too much time reading from SD card?
- or is the CPU busy?

Solutions:
- offload it to a different core
- do the I2S playback asynchronous

I guess it doesn't make sense tweaking this, as audio plays fine up to 48khz stereo
if no game is being played, just normal GUI updates.
2026-02-24 23:27:53 +01:00
..
2026-02-18 16:55:34 +01:00
2025-04-27 22:11:57 +02:00
2026-02-24 23:27:53 +01:00
2026-02-23 23:12:30 +01:00