summaryrefslogtreecommitdiff
path: root/src/codecs/foxenflac.cpp
AgeCommit message (Collapse)Author
2023-12-19replace foxenflac with miniflacjacqueline
it's better!
2023-11-07Make foxenflac a little less memory hungryjacqueline
We should really just use the xiph library :/
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-16Fix incorrect track lengthsjacqueline
2023-08-10Fix issues with timing stereo streamsjacqueline
2023-08-10Reintroduce track timer, now relying more on codecsjacqueline
2023-08-10Use the libspeexdsp resamplerjacqueline
AFAICT it runs a little slower? but it's fixed point, and has much better understood audio characteristics.
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-04Do our own resamplingjacqueline
2023-07-31Add duration for flacsjacqueline
2023-07-31fix flac playback. now it plays nice and smooth :)jacqueline
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
vorbis doesn't quite work yet, not sure why. will pick it up again later.