summaryrefslogtreecommitdiff
path: root/src/audio/audio_fsm.cpp
AgeCommit message (Expand)Author
2024-02-13Cache pending nvs writes in memoryjacqueline
2024-02-12Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-02-12more i2s/bt drain buffer size tweaksjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-07put opus' allocations into internal ramjacqueline
2024-02-06Implement basic volume control for bt outputsjacqueline
2024-02-06fix various of bluetooth issuesjacqueline
2024-02-05Properly persist bluetooth mode changesjacqueline
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
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2023-12-18Audio fsm usability tweaksjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-19Free the i2s dma channel when it's not in usejacqueline
2023-10-16Decouple play/pause from output on/offjacqueline
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-09-26Make NVS access synchronous againjacqueline
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
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-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Support play/pause togglingjacqueline
2023-08-28Make idle state more robust + check playback statejacqueline
2023-08-16Rename the main audio tasks to be more sensiblejacqueline
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-15persist preferred bluetooth device in nvsjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-07-31use libtag duration where availablejacqueline
2023-07-28ux fixesjacqueline
2023-07-26Fix premature end of trackjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-07-07vbr-compatible mp3 duration :)jacqueline
2023-07-07wire up the playing screen with some real datajacqueline
2023-06-30gpio expander pin change -> event!jacqueline
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-19Support playing tracks by track idjacqueline
2023-06-15song -> trackjacqueline