Commit Graph

66 Commits (dad159dc3c4ebc89d395b4b695a0626b7be10578)

Author SHA1 Message Date
jacqueline dad159dc3c Use a single pool of bg workers instead of separate tasks per use case 1 year ago
ailurux 0e04eb918e wav-codec (#13) 1 year ago
jacqueline 3f7f199cb9 Remove pre-iterator concepts 1 year ago
jacqueline 7c6eb2997c Migrate 'now playing' screen to lua 1 year ago
jacqueline b3b512f10e Don't start readahead until parsing the stream's header is finished 1 year ago
jacqueline 499d5a942f Add a wrapper codec source that does readahead 1 year ago
jacqueline d36fe9be6b Use atomics for new file notification instead of a semaphore 1 year ago
Robin Howard 18d90051c9 Annotates the kTag with maybe_unused; they're only used for logging. 2 years ago
jacqueline bf1fc5a2a0 Guard audio pipeline file accesses 2 years ago
jacqueline ba940baa0a Add a lock around the SPI bus 2 years ago
jacqueline f09ba5ffd5 Use bindey for databinding instead of hand rolling ui updates 2 years ago
jacqueline 4d99d22e10 std::string -> std::pmr::string in psram 2 years ago
jacqueline 320fdeb9d8 Use a service locator instead of passing around subsets of drivers between FSMs 2 years ago
jacqueline 4e27de21e4 clean up a bunch of obselete audio code 2 years ago
jacqueline d8fc77101d Give codecs complete control of their input files 2 years ago
jacqueline 578c3737f8 Add vorbis support whilst we're here 2 years ago
jacqueline 6c3501dbcb Flesh out opus decoder. it doesn't work! i hate opus. 2 years ago
jacqueline 6c99f9f2fe Fix resampler issue, do a little performance tuning 2 years ago
jacqueline 0a8d2fd12e fix flac playback. now it plays nice and smooth :) 2 years ago
jacqueline 485eed2890 use libtag duration where available 2 years ago
jacqueline b05db70c14 Fix premature end of track 2 years ago
jacqueline 9b1b401dcb big cleanup of new encoder + stream buffer types 2 years ago
jacqueline f94be3db2f make event queue go faster 2 years ago
jacqueline 80d7df9109 fuck off 2 years ago
jacqueline 39f7545cd5 wire up the playing screen with some real data 2 years ago
jacqueline 245d9ff4b9 add indexing to the database 2 years ago
jacqueline cde8002df4 Fix (i think?) mysterious overly large reads in libmad 2 years ago
jacqueline 23ecff1011 Fix spurious stream starts 2 years ago
jacqueline acccd822f0 back to back flac playback is working :) 2 years ago
jacqueline 6ff8b5886e Support playing tracks by track id 2 years ago
jacqueline c6bb42cdd2 song -> track 2 years ago
jacqueline a2c1dfbabd Add vorbis and flac decoders, flesh out codec interface 2 years ago
jacqueline e12ac1d963 Do some prep cleanup for multiple filetypes 2 years ago
jacqueline 1f903accd9 Flesh out audio state machine for playback 2 years ago
jacqueline 8a2a2d2265 Get basic audio playback going again 2 years ago
jacqueline db2e29a72d Start on audio FSM playback. needs more thought. 2 years ago
jacqueline a4f94c812a Annote E V E R Y T H I N G with license info 2 years ago
jacqueline 561f9d2a07 Ensure the sink buffer is large enough to not fully drain during 2 years ago
jacqueline 7a54ff0df9 WIP track down new pipeline memory issues 2 years ago
jacqueline 40a9734b04 Redo pcm registers to include pages 2 years ago
jacqueline 3836768bb8 new pipeline working(?), but the dac eludes me 2 years ago
jacqueline 7c6fd654f5 New pipeline building, still needs proper control 2 years ago
jacqueline a9531c86a4 mostly single task pipeline 2 years ago
jacqueline 47ae601d41 Tidy up pipeline and use arena capacity to test for overruns 2 years ago
jacqueline 941bafca17 Add a memory arena for the audio pipeline 2 years ago
jacqueline a65d996583 Use the sync apis for I2S output 2 years ago
jacqueline 61c91b3cdb Mostly working pipeline, including proper EOF signalling 2 years ago
jacqueline 9eecf78e08 fixing reading past eof 2 years ago
jacqueline ef8d404b15 Continue ironing out i2s pipeline 2 years ago
jacqueline 2cc0a38a1a pipeline memory management fixes + logging 2 years ago