summaryrefslogtreecommitdiff
path: root/src/audio/include/i2s_audio_output.hpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-02Merge branch 'main' into lua-volumeailurux
2024-03-01WIP Commit- Lua setters for volume, bluetooth todoailurux
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2023-10-19Free the i2s dma channel when it's not in usejacqueline
It turns out this is why bluetooth playback keeps running out of memory /facepalm
2023-10-16Decouple play/pause from output on/offjacqueline
I think this was the cause of toggling play/pause making audio go away. Or at least I can't repro that bug anymore, anyway.
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-16Put more audio pipeline wiring in control of the audio fsmjacqueline
2023-08-16clean up a bunch of obselete audio codejacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-07-26big cleanup of new encoder + stream buffer typesjacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
Also fix mono playback
2023-06-07R4 pre-emptive bringupjacqueline
Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots
2023-05-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
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-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-14Use the sync apis for I2S outputjacqueline
2023-02-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-27pipeline memory management fixes + loggingjacqueline
2023-01-26Switch from MessageBuffer to Queue for pipeline commsjacqueline
2023-01-12WIPjacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-12-06basic i2s output elementjacqueline
2022-11-21WIPjacqueline