index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
audio_playback.cpp
Age
Commit message (
Collapse
)
Author
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline
2023-04-21
wrap driver instance ownership + di in a class
jacqueline
2023-04-20
working isr-based sink, but still grainy
jacqueline
2023-04-19
new pipeline working(?), but the dac eludes me
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2023-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
2023-02-21
Add logging to the DAC
jacqueline
2023-02-10
Mostly working pipeline, including proper EOF signalling
jacqueline
2023-01-27
pipeline memory management fixes + logging
jacqueline
2023-01-26
Make StreamInfo a PDO
jacqueline
2023-01-26
Fix memory leak, re-enable play command (it doesnt work lol)
jacqueline
2023-01-26
Switch from MessageBuffer to Queue for pipeline comms
jacqueline
2023-01-24
Add a bunch of logging from playback stream investigatons
jacqueline
2023-01-21
Re-enable the parts of the audio pipeline that are working
jacqueline
2023-01-12
WIP
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
2022-11-22
Add cbor wrapper, and chunk streaming util
jacqueline