summaryrefslogtreecommitdiff
path: root/src/codecs/miniflac.cpp
AgeCommit message (Collapse)Author
2024-02-14Cram one of the flac samples buffers into internal ramjacqueline
Can't quite fit the second... yet. Just one is a pretty reasonable speedup, though! Probably bc we're not hammering the spiram cache so hard.
2023-12-19Add dither when requantising >16 bit samplesjacqueline
2023-12-19Fix sample::FromSigned to not shift by a negative amountjacqueline
2023-12-19replace foxenflac with miniflacjacqueline
it's better!