index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
audio_decoder.cpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-03-26
pass stream start/update/end events through the whole pipeline
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-02-28
basic working flac and mp3 seeking
jacqueline
2024-02-22
WIP: Flac not working-- coming back to this later
ailurux
2024-02-16
WIP: seeking in lua example
ailurux
2024-02-16
Seeking working with hardcoded event, wav only
ailurux
2024-02-15
Added offset for track seeking, wav impl. only rn
ailurux
2024-02-06
send a time=0 progress update after opening each file
jacqueline
2024-02-05
tweak pipeline buffers rather than i2s dma buffer
jacqueline
2024-01-18
fix issues with some song info not appearing
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-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-16
Codec memory tweaks
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
Tune buffer sizes and locations for I2S
jacqueline
2023-09-25
Unpin decoder task
jacqueline
2023-09-22
Increase sample buffer sizes
jacqueline
2023-09-05
Move UI task to priority 0 during playback
jacqueline
2023-08-25
Performance tweaks for smoother tunes
jacqueline
2023-08-16
Rename the main audio tasks to be more sensible
jacqueline
2023-08-16
clean up a bunch of obselete audio code
jacqueline
2023-07-07
wire up the playing screen with some real data
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
Remove chatty loggin
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-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-04-19
Pipeline working and outputting correctly, but noisy
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-02-05
fix pipeline heap corruption and chunk ignores
jacqueline
2023-01-30
Continue ironing out i2s pipeline
jacqueline
2023-01-27
pipeline memory management fixes + logging
jacqueline
2023-01-26
Make StreamInfo a PDO
jacqueline
2023-01-26
Fix memory leak, re-enable play command (it doesnt work lol)
jacqueline
[next]