diff --git a/src/FrameMapper.cpp b/src/FrameMapper.cpp index e1e5700c..4c561f8f 100644 --- a/src/FrameMapper.cpp +++ b/src/FrameMapper.cpp @@ -487,7 +487,7 @@ std::shared_ptr FrameMapper::GetFrame(int64_t requested_frame) // includes some additional input samples on first iteration, // and continues the offset to ensure that the sample rate // converter isn't input limited. - const int EXTRA_INPUT_SAMPLES = 20; + const int EXTRA_INPUT_SAMPLES = 100; // Extend end sample count by an additional EXTRA_INPUT_SAMPLES samples copy_samples.sample_end += EXTRA_INPUT_SAMPLES;