summaryrefslogtreecommitdiff
path: root/src/audio/fatfs_source.cpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-09Unmount storage when there's a bad errorjacqueline
2024-01-18calculate length for CBR mp3 filesjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-05Guard audio pipeline file accessesjacqueline
2023-08-16clean up a bunch of obselete audio codejacqueline
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