index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
chunk.cpp
Age
Commit message (
Collapse
)
Author
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-02-10
Mostly working pipeline, including proper EOF signalling
jacqueline
2023-02-05
fix pipeline heap corruption and chunk ignores
jacqueline
2023-01-31
fixing reading past eof
jacqueline
2023-01-30
Continue ironing out i2s pipeline
jacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
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-12
WIP
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
2022-12-06
basic i2s output element
jacqueline
2022-12-03
building codec tests!
jacqueline
2022-12-03
Use std::span (backported) and std::byte to make our buffers safer
jacqueline
2022-12-02
fix unused result
jacqueline
2022-12-02
better cbor handling
jacqueline
2022-12-02
fix build errors
jacqueline
2022-11-23
Mostly done pipeline arch. Now onto cleanup and building.
jacqueline
2022-11-22
template-ify the cbor stuff
jacqueline
2022-11-22
Add cbor wrapper, and chunk streaming util
jacqueline