const MIX_BLOCK: usize = 1024;Expand description
Audio mix block (frames). Same as playback::BLOCK on purpose: mixer::resample_add samples clip
gains at the block ends and lerps between them, so a longer block here would smear fades, volume
keyframes and audio crossfades shorter than the block — export must ramp like playback does.