summaryrefslogtreecommitdiff
path: root/src/audio/include/audio_events.hpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-03-26pass stream start/update/end events through the whole pipelinejacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-06Restore the previous track position when bootingjacqueline
2024-02-29Merge pull request 'Add seeking support for all codecs' (#50) from seek-suppo...ailurux
2024-02-29Clear the drain buffer when skipping between tracksjacqueline
2024-02-16WIP: seeking in lua exampleailurux
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-02-05Preserve the queue when going into standbyjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-28Support play/pause togglingjacqueline
2023-08-28Make idle state more robust + check playback statejacqueline
2023-08-16clean up a bunch of obselete audio codejacqueline
2023-07-31use libtag duration where availablejacqueline
2023-07-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-21Add current playback timestampsjacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-15song -> trackjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
2023-06-01Start on audio FSM playback. needs more thought.jacqueline
2023-05-24reuse annotate new filesjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline