summaryrefslogtreecommitdiff
path: root/src/audio/audio_playback.cpp
AgeCommit message (Collapse)Author
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-20working isr-based sink, but still grainyjacqueline
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-02-21Tidy up pipeline and use arena capacity to test for overrunsjacqueline
2023-02-21Add logging to the DACjacqueline
2023-02-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-27pipeline memory management fixes + loggingjacqueline
2023-01-26Make StreamInfo a PDOjacqueline
2023-01-26Fix memory leak, re-enable play command (it doesnt work lol)jacqueline
2023-01-26Switch from MessageBuffer to Queue for pipeline commsjacqueline
2023-01-24Add a bunch of logging from playback stream investigatonsjacqueline
2023-01-21Re-enable the parts of the audio pipeline that are workingjacqueline
2023-01-12WIPjacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-11-22Add cbor wrapper, and chunk streaming utiljacqueline