summaryrefslogtreecommitdiff
path: root/src/audio/readahead_source.cpp
AgeCommit message (Collapse)Author
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
2024-01-18calculate length for CBR mp3 filesjacqueline
2023-11-21Remove delay from read aheadailurux
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
...but also disable readahead for now anyway, since it's unstable
2023-11-07Make readahead a bit more robust for codecs with different io speedsjacqueline
2023-11-07Wait for background readahead to finish before deleting its bufferjacqueline
2023-11-07Add a wrapper codec source that does readaheadjacqueline