index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
fatfs_audio_input.cpp
Age
Commit message (
Expand
)
Author
2024-02-12
Improve handing of tracks with missing titles
jacqueline
2024-02-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-11
wav-codec (#13)
ailurux
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-11-07
Use atomics for new file notification instead of a semaphore
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-05
Guard audio pipeline file accesses
jacqueline
2023-09-29
Add a lock around the SPI bus
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-09
Add vorbis support whilst we're here
jacqueline
2023-08-08
Flesh out opus decoder. it doesn't work! i hate opus.
jacqueline
2023-08-08
Fix resampler issue, do a little performance tuning
jacqueline
2023-07-31
fix flac playback. now it plays nice and smooth :)
jacqueline
2023-07-31
use libtag duration where available
jacqueline
2023-07-26
Fix premature end of track
jacqueline
2023-07-26
big cleanup of new encoder + stream buffer types
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-06-23
add indexing to the database
jacqueline
2023-06-22
Fix (i think?) mysterious overly large reads in libmad
jacqueline
2023-06-21
Fix spurious stream starts
jacqueline
2023-06-19
back to back flac playback is working :)
jacqueline
2023-06-19
Support playing tracks by track id
jacqueline
2023-06-15
song -> track
jacqueline
2023-06-15
Add vorbis and flac decoders, flesh out codec interface
jacqueline
2023-06-07
Do some prep cleanup for multiple filetypes
jacqueline
2023-06-07
Flesh out audio state machine for playback
jacqueline
2023-06-06
Get basic audio playback going again
jacqueline
2023-06-01
Start on audio FSM playback. needs more thought.
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-04-19
Ensure the sink buffer is large enough to not fully drain during
jacqueline
2023-04-19
WIP track down new pipeline memory issues
jacqueline
2023-04-19
Redo pcm registers to include pages
jacqueline
2023-04-19
new pipeline working(?), but the dac eludes me
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2023-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
2023-02-21
Add a memory arena for the audio pipeline
jacqueline
2023-02-14
Use the sync apis for I2S output
jacqueline
2023-02-10
Mostly working pipeline, including proper EOF signalling
jacqueline
2023-01-31
fixing reading past eof
jacqueline
2023-01-30
Continue ironing out i2s pipeline
jacqueline
[next]