Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
makapuf
4y ago
0 comments
Save
Share
I tried passing stereo wavs in 2 x 16bits (4bytes) as rgba for qoi but I haven't been very successful.
0 comments
3 comments · 1 top-level
top
newest
oldest
adgjlsfhk1
4y ago
· 2 in thread
That's not surprising. QOI is heavily optimized for images which tend to be relatively continuous, while audio tends to oscillate a ton.
cycomanic
4y ago
It might work to fourier transform first (although likely will kill performance)
adgjlsfhk1
4y ago
fixed size FFT (eg length 64) can be made scary fast.
j
/
k
navigate · click thread line to collapse