summaryrefslogtreecommitdiff
path: root/src/audio/fatfs_audio_input.cpp
AgeCommit message (Collapse)Author
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-16clean up a bunch of obselete audio codejacqueline
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-08Fix resampler issue, do a little performance tuningjacqueline
2023-07-31fix flac playback. now it plays nice and smooth :)jacqueline
2023-07-31use libtag duration where availablejacqueline
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-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-06-23add indexing to the databasejacqueline
idk man i wrote most of this in a fugue state whilst high on the couch with my cat
2023-06-22Fix (i think?) mysterious overly large reads in libmadjacqueline
2023-06-21Fix spurious stream startsjacqueline
2023-06-19back to back flac playback is working :)jacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-15song -> trackjacqueline
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
vorbis doesn't quite work yet, not sure why. will pick it up again later.
2023-06-07Do some prep cleanup for multiple filetypesjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
Also fix mono playback
2023-06-06Get basic audio playback going againjacqueline
2023-06-01Start on audio FSM playback. needs more thought.jacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-04-19Ensure the sink buffer is large enough to not fully drain duringjacqueline
playback
2023-04-19WIP track down new pipeline memory issuesjacqueline
2023-04-19Redo pcm registers to include pagesjacqueline
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 a memory arena for the audio pipelinejacqueline
2023-02-14Use the sync apis for I2S outputjacqueline
2023-02-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-31fixing reading past eofjacqueline
2023-01-30Continue ironing out i2s pipelinejacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
2023-01-27pipeline memory management fixes + loggingjacqueline
2023-01-26Make StreamInfo a PDOjacqueline
2023-01-26Switch from MessageBuffer to Queue for pipeline commsjacqueline
2023-01-24Add a bunch of logging from playback stream investigatonsjacqueline
2023-01-21clang-formatjacqueline
2023-01-21Re-enable the parts of the audio pipeline that are workingjacqueline
2023-01-20fix build issues with new pipelinejacqueline
2023-01-12WIPjacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-12-06basic i2s output elementjacqueline
2022-12-03Use std::span (backported) and std::byte to make our buffers saferjacqueline