input/cache: first draft of the file cache
This commit is contained in:
@@ -28,10 +28,12 @@
|
||||
|
||||
PlayerControl::PlayerControl(PlayerListener &_listener,
|
||||
PlayerOutputs &_outputs,
|
||||
InputCacheManager *_input_cache,
|
||||
unsigned _buffer_chunks,
|
||||
AudioFormat _configured_audio_format,
|
||||
const ReplayGainConfig &_replay_gain_config) noexcept
|
||||
:listener(_listener), outputs(_outputs),
|
||||
input_cache(_input_cache),
|
||||
buffer_chunks(_buffer_chunks),
|
||||
configured_audio_format(_configured_audio_format),
|
||||
thread(BIND_THIS_METHOD(RunThread)),
|
||||
|
Reference in New Issue
Block a user