index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
include
Age
Commit message (
Expand
)
Author
2023-06-06
Get basic audio playback going again
jacqueline
2023-06-01
Start on audio FSM playback. needs more thought.
jacqueline
2023-05-24
reuse annotate new files
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-23
Drop himem audio buffers (for now?)
jacqueline
2023-05-23
Remove audio drain task
jacqueline
2023-05-22
Merge branch 'main' into state-machines
jacqueline
2023-05-22
Generalise worker tasks, and centralise task priorities + stacks
jacqueline
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
Switch to an MVP-ready 16bit three wire DAC setup
jacqueline
2023-04-20
working isr-based sink, but still grainy
jacqueline
2023-04-19
Pipeline working and outputting correctly, but noisy
jacqueline
2023-04-19
Ensure the sink buffer is large enough to not fully drain during
jacqueline
2023-04-19
add some bounds checking asserts
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 a memory arena for the audio pipeline
jacqueline
2023-02-21
Add logging to the DAC
jacqueline
2023-02-14
Use the sync apis for I2S output
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-30
Continue ironing out i2s pipeline
jacqueline
2023-01-27
pipeline memory management fixes + logging
jacqueline
2023-01-26
Make StreamInfo a PDO
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-20
fix build issues with new pipeline
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-04
fix missing std::
jacqueline
2022-12-03
Use std::span (backported) and std::byte to make our buffers safer
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
Add cbor wrapper, and chunk streaming util
jacqueline
2022-11-21
WIP
jacqueline
2022-11-17
Progress on own pipeline. Still very WIP
jacqueline
2022-11-17
WIP on our own pipeline
jacqueline