summaryrefslogtreecommitdiff
path: root/src/audio/i2s_audio_output.cpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-04Fix null poiner dereference when turning off i2s output twicejacqueline
2024-04-02Merge branch 'main' into lua-volumeailurux
2024-03-26implement handling of stream/playback endingjacqueline
2024-03-01WIP Commit- Lua setters for volume, bluetooth todoailurux
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-21Do not deafen peoplejacqueline
2023-10-19Free the i2s dma channel when it's not in usejacqueline
2023-10-16Decouple play/pause from output on/offjacqueline
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-25Performance tweaks for smoother tunesjacqueline
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-15Flesh out basic bluetooth supportjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-08Flesh out opus decoder. it doesn't work! i hate opus.jacqueline
2023-08-08Investigate and improve core pinning for resamplerjacqueline
2023-08-08Fix resampler issue, do a little performance tuningjacqueline
2023-08-07Downscaling working!jacqueline
2023-08-07Resampling *basically* working? Just cleanup and buffering issuesjacqueline
2023-08-07Fix dangle build issues, do some tweaks to investigate performancejacqueline
2023-08-04Do our own resamplingjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-07-28clang-formatjacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-07-26big cleanup of new encoder + stream buffer typesjacqueline
2023-07-25fuck offjacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-21Add current playback timestampsjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
2023-06-07R4 pre-emptive bringupjacqueline
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-21fix use-after-movejacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-20Working without big distortion :)jacqueline
2023-04-20working isr-based sink, but still grainyjacqueline
2023-04-19Pipeline working and outputting correctly, but noisyjacqueline
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