index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio
/
audio_converter.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-28
bump esp-idf to 5.2.1
jacqueline
2024-03-26
implement handling of stream/playback ending
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-29
Use drflac instead of miniflac
jacqueline
2024-02-05
tweak pipeline buffers rather than i2s dma buffer
jacqueline
2024-01-03
fix issues with leftover bytes in audio converter
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-09-26
Tune buffer sizes and locations for I2S
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