Hacker News new | ask | show | jobs
by adgjlsfhk1 1645 days ago
That's not surprising. QOI is heavily optimized for images which tend to be relatively continuous, while audio tends to oscillate a ton.
1 comments

It might work to fourier transform first (although likely will kill performance)
fixed size FFT (eg length 64) can be made scary fast.