summaryrefslogtreecommitdiff
path: root/src/audio/include/stream_info.hpp
AgeCommit message (Expand)Author
2023-08-16clean up a bunch of obselete audio codejacqueline
2023-08-04Do our own resamplingjacqueline
2023-08-03Tweak buffer size and placementjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-07-31use libtag duration where availablejacqueline
2023-07-26big cleanup of new encoder + stream buffer typesjacqueline
2023-07-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
2023-06-19back to back flac playback is working :)jacqueline
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-04-19Ensure the sink buffer is large enough to not fully drain duringjacqueline
2023-04-19add some bounds checking assertsjacqueline
2023-04-19new pipeline working(?), but the dac eludes mejacqueline
2023-04-19New pipeline building, still needs proper controljacqueline
2023-04-19mostly single task pipelinejacqueline
2023-01-26Make StreamInfo a PDOjacqueline
2023-01-26Switch from MessageBuffer to Queue for pipeline commsjacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-12-02better cbor handlingjacqueline
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