summaryrefslogtreecommitdiff
path: root/src/audio/audio_converter.cpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-03-28bump esp-idf to 5.2.1jacqueline
2024-03-26implement handling of stream/playback endingjacqueline
2024-03-26pass stream start/update/end events through the whole pipelinejacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-02-29Use drflac instead of miniflacjacqueline
2024-02-05tweak pipeline buffers rather than i2s dma bufferjacqueline
2024-01-03fix issues with leftover bytes in audio converterjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-22Increase sample buffer sizesjacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
2023-08-25Performance tweaks for smoother tunesjacqueline
2023-08-16Rename the main audio tasks to be more sensiblejacqueline