summaryrefslogtreecommitdiff
path: root/src/codecs
AgeCommit message (Expand)Author
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
2023-06-08Add flac and ogg decoder depsjacqueline
2023-06-07Do some prep cleanup for multiple filetypesjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-09Fix tests!jacqueline
2023-04-20Switch to an MVP-ready 16bit three wire DAC setupjacqueline
2023-04-19Pipeline working and outputting correctly, but noisyjacqueline
2023-04-19Redo pcm registers to include pagesjacqueline
2023-04-19New pipeline building, still needs proper controljacqueline
2023-04-19mostly single task pipelinejacqueline
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
2022-12-07better handling of chunk bufferjacqueline
2022-12-06basic i2s output elementjacqueline
2022-12-03building codec tests!jacqueline
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-22Add cbor wrapper, and chunk streaming utiljacqueline
2022-11-21Implement using libmad to decodejacqueline
2022-11-21WIPjacqueline
2022-11-17apply arch patch to libmadjacqueline
2022-11-17Progress on own pipeline. Still very WIPjacqueline
2022-11-17WIP on our own pipelinejacqueline