index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
include
/
i2s_audio_output.hpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-02
Merge branch 'main' into lua-volume
ailurux
2024-03-01
WIP Commit- Lua setters for volume, bluetooth todo
ailurux
2024-02-29
Clear the drain buffer when skipping between tracks
jacqueline
2024-01-04
refactor handling of volume steps; improve controls
jacqueline
2023-10-19
Free the i2s dma channel when it's not in use
jacqueline
2023-10-16
Decouple play/pause from output on/off
jacqueline
2023-09-26
Tune buffer sizes and locations for I2S
jacqueline
2023-09-04
Support changing max volume, persisted to nvs
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-16
Put more audio pipeline wiring in control of the audio fsm
jacqueline
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-03
Add very limited resampling (it's slow as shit)
jacqueline
2023-07-28
Volume control! Reasonable default volume! Hooray!
jacqueline
2023-07-26
big cleanup of new encoder + stream buffer types
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-30
Start on converting gpio expander interupts to fsm events
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
2023-06-07
R4 pre-emptive bringup
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-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-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-14
Use the sync apis for I2S output
jacqueline
2023-02-10
Mostly working pipeline, including proper EOF signalling
jacqueline
2023-01-27
pipeline memory management fixes + logging
jacqueline
2023-01-26
Switch from MessageBuffer to Queue for pipeline comms
jacqueline
2023-01-12
WIP
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
2022-12-06
basic i2s output element
jacqueline
2022-11-21
WIP
jacqueline