summaryrefslogtreecommitdiff
path: root/src/audio/include/fatfs_audio_input.hpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-02-15Added offset for track seeking, wav impl. only rnailurux
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-11-07Use atomics for new file notification instead of a semaphorejacqueline
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-07-26big cleanup of new encoder + stream buffer typesjacqueline
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-19back to back flac playback is working :)jacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-15song -> trackjacqueline
2023-06-07Do some prep cleanup for multiple filetypesjacqueline
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-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-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-26Switch from MessageBuffer to Queue for pipeline commsjacqueline
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
2022-12-02better cbor handlingjacqueline
2022-12-02fix build errorsjacqueline
2022-11-23Mostly done pipeline arch. Now onto cleanup and building.jacqueline
2022-11-22Add cbor wrapper, and chunk streaming utiljacqueline
2022-11-17Progress on own pipeline. Still very WIPjacqueline
2022-11-17WIP on our own pipelinejacqueline