summaryrefslogtreecommitdiff
path: root/src/codecs/source_buffer.cpp
AgeCommit message (Collapse)Author
2024-05-02move driver includes into a subdir as welljacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-02-22WIP: Flac not working-- coming back to this laterailurux
2024-01-31Handle read errors properlyjacqueline
2024-01-11wav-codec (#13)ailurux
here is a wav decoder, enjoy! Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-11-06Read in larger chunks from SD at a timejacqueline
This helps a little with the stuttering. Some kind of readahead is probably the ideal tho.
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-08-10Give codecs complete control of their input filesjacqueline