software/resampling: rename next to flush

This commit is contained in:
meh 2016-05-24 18:01:46 +02:00
parent fc693f8bfc
commit 9fb581884d

View File

@ -103,7 +103,7 @@ impl Context {
} }
} }
pub fn next(&mut self, output: &mut frame::Audio) -> Result<Option<Delay>, Error> { pub fn flush(&mut self, output: &mut frame::Audio) -> Result<Option<Delay>, Error> {
output.set_rate(self.output.rate); output.set_rate(self.output.rate);
unsafe { unsafe {