summaryrefslogtreecommitdiff
path: root/src/audio/fatfs_audio_input.cpp
AgeCommit message (Expand)Author
2024-02-12Improve handing of tracks with missing titlesjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
2024-01-11wav-codec (#13)ailurux
2023-12-07Remove pre-iterator conceptsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
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-05Guard audio pipeline file accessesjacqueline
2023-09-29Add a lock around the SPI busjacqueline
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
2023-06-23add indexing to the databasejacqueline
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
2023-06-07Do some prep cleanup for multiple filetypesjacqueline
2023-06-07Flesh out audio state machine for playbackjacqueline
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
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