summaryrefslogtreecommitdiff
path: root/src/audio
AgeCommit message (Expand)Author
2024-01-23Fix bug where calling TrackQueue's next() repeatedly would increase the posit...Robin Howard
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-18fix issues with some song info not appearingjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-11wav-codec (#13)ailurux
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2024-01-03fix issues with leftover bytes in audio converterjacqueline
2023-12-18Audio fsm usability tweaksjacqueline
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-12-05Add basic track queue save/load supportjacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-21Remove delay from read aheadailurux
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
2023-11-07Make readahead a bit more robust for codecs with different io speedsjacqueline
2023-11-07Wait for background readahead to finish before deleting its bufferjacqueline
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-11-07Use atomics for new file notification instead of a semaphorejacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-21Do not deafen peoplejacqueline
2023-10-20Don't crash if the current track source encounters a record with no idjacqueline
2023-10-19Free the i2s dma channel when it's not in usejacqueline
2023-10-16Codec memory tweaksjacqueline
2023-10-16Decouple play/pause from output on/offjacqueline
2023-10-05Guard audio pipeline file accessesjacqueline
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-09-29Add a lock around the SPI busjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26Make NVS access synchronous againjacqueline
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-25Unpin decoder taskjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-22Increase sample buffer sizesjacqueline
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-25Performance tweaks for smoother tunesjacqueline
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-11remove unused dithering stuffjacqueline
2023-08-11Fix docs nits, avoid recalculating frame lengthjacqueline