summaryrefslogtreecommitdiff
path: root/src/audio
AgeCommit message (Expand)Author
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
2023-08-10Fix issues with timing stereo streamsjacqueline
2023-08-10Reintroduce track timer, now relying more on codecsjacqueline
2023-08-10Use the libspeexdsp resamplerjacqueline
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-09Add vorbis support whilst we're herejacqueline
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-03Tweak buffer size and placementjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-08-01Add libsamplerate for resampling decoder outputjacqueline
2023-07-31Add duration for flacsjacqueline
2023-07-31fix flac playback. now it plays nice and smooth :)jacqueline
2023-07-31use libtag duration where availablejacqueline
2023-07-28clang-formatjacqueline
2023-07-28ux fixesjacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-07-26Fix premature end of trackjacqueline
2023-07-26big cleanup of new encoder + stream buffer typesjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25Do time tracking without floatsjacqueline
2023-07-25fuck offjacqueline
2023-07-17Basic playlists for upcomingjacqueline
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