diff --git a/pmoaudio-ext/src/sinks/flac_cache_sink.rs b/pmoaudio-ext/src/sinks/flac_cache_sink.rs index 93a303c9..2e6d377c 100755 --- a/pmoaudio-ext/src/sinks/flac_cache_sink.rs +++ b/pmoaudio-ext/src/sinks/flac_cache_sink.rs @@ -435,7 +435,7 @@ impl FlacCacheSink { encoder_options: EncoderOptions, collection: Option, ) -> Self { - let logic = FlacCacheSinkLogic::new(cache, covers, collection, encoder_options, 8); + let logic = FlacCacheSinkLogic::new(cache, covers, collection, encoder_options, 256); Self { inner: Node::new_with_input(logic, channel_size), }