Author :
Ryan C. Gordon
Date :
2017-09-22 07:42:24
Hash :6d206a7b Message :audio: Stream resampling now saves some samples from previous run for padding.
Previously, the padding was silence, which was a problem when streaming since
you would sample a little bit of this silence between each buffer.
We still need a means to get padding data for the right hand side, but this
patch makes the resampler output more correct.