summaryrefslogtreecommitdiff
path: root/src/codecs/include
AgeCommit message (Expand)Author
2023-10-10Skip ID3 tags in the mad decoder; mad itself sometimes chokes on themjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-08-11Fix docs nits, avoid recalculating frame lengthjacqueline
2023-08-10Reintroduce track timer, now relying more on codecsjacqueline
2023-08-10Use the libspeexdsp resamplerjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-09Use opusfile instead of working directly with ogg and opusjacqueline
2023-08-09Add vorbis support whilst we're herejacqueline
2023-08-08Add libogg for handling opus streams reasonablyjacqueline
2023-08-08Flesh out opus decoder. it doesn't work! i hate opus.jacqueline
2023-08-08Merge branch 'main' into opusjacqueline
2023-08-07Downscaling working!jacqueline
2023-08-07Resampling *basically* working? Just cleanup and buffering issuesjacqueline
2023-08-04Do our own resamplingjacqueline
2023-08-01Start on opus decoder structurejacqueline
2023-07-25fuck offjacqueline
2023-07-07vbr-compatible mp3 duration :)jacqueline
2023-07-07wire up the playing screen with some real datajacqueline
2023-06-22Fix (i think?) mysterious overly large reads in libmadjacqueline
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
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-04-19New pipeline building, still needs proper controljacqueline
2023-04-19mostly single task pipelinejacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-12-06basic i2s output elementjacqueline
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