We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f3bcc1 + 6537278 commit 66121bfCopy full SHA for 66121bf
src/FrameMapper.cpp
@@ -487,7 +487,7 @@ std::shared_ptr<Frame> FrameMapper::GetFrame(int64_t requested_frame)
487
// includes some additional input samples on first iteration,
488
// and continues the offset to ensure that the sample rate
489
// converter isn't input limited.
490
- const int EXTRA_INPUT_SAMPLES = 20;
+ const int EXTRA_INPUT_SAMPLES = 100;
491
492
// Extend end sample count by an additional EXTRA_INPUT_SAMPLES samples
493
copy_samples.sample_end += EXTRA_INPUT_SAMPLES;
0 commit comments