pResampler->state.linear.t=1;/* Important that we set this to 1. This will cause the logic below to load the _second_ frame so we can do correct interpolation. */
/*
We need to do an initial load of input data so that the first output frame is the same as the input frame. We can know whether or not to do this by
checking whether or not the current time is < 0 (it will be initialized to -1).
pResampler->state.linear.t=1;/* Important that we set this to 1. This will cause the logic below to load the _second_ frame so we can do correct interpolation. */