summaryrefslogtreecommitdiff
path: root/src/codecs/miniflac.cpp
AgeCommit message (Collapse)Author
2024-02-29Use drflac instead of miniflacjacqueline
This one is fast as hell! Does seeking really good too. Thank u Doctor Flac.
2024-02-28basic working flac and mp3 seekingjacqueline
flac impl is fairly slow as it doesn't use the seek tables; for some reason miniflac seems to get *really* upset if you seek the stream.
2024-02-22WIP: Flac not working-- coming back to this laterailurux
2024-02-16Merge branch 'main' into seek-supportailurux
2024-02-15Added offset for track seeking, wav impl. only rnailurux
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!