summaryrefslogtreecommitdiff
path: root/src/codecs/include/codec.hpp
AgeCommit message (Expand)Author
2025-07-01Increase size of sample count fields in MP3 decoder (fixes #408)ailurux
2025-01-08Add bitrate infoTom Kirchner
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-02-29Remove unused 'SeekTo' method on codecsjacqueline
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-11wav-codec (#13)ailurux
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-08-10Reintroduce track timer, now relying more on codecsjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-07Downscaling working!jacqueline
2023-08-04Do our own resamplingjacqueline
2023-07-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
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-19mostly single task pipelinejacqueline
2022-12-07better handling of chunk bufferjacqueline
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
2022-11-21WIPjacqueline