summaryrefslogtreecommitdiff
path: root/src/codecs/mad.cpp
AgeCommit message (Collapse)Author
2023-02-21Tidy up pipeline and use arena capacity to test for overrunsjacqueline
2023-02-21Add logging to the DACjacqueline
2023-01-30Continue ironing out i2s pipelinejacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
2022-12-03Use std::span (backported) and std::byte to make our buffers saferjacqueline
2022-12-02fix build errorsjacqueline
2022-11-23Mostly done pipeline arch. Now onto cleanup and building.jacqueline
2022-11-21Implement using libmad to decodejacqueline