pcm/Resampler: add virtual method Flush()
Wired to Filter::Flush(). Closes #153
This commit is contained in:
@@ -81,3 +81,9 @@ GluePcmResampler::Resample(ConstBuffer<void> src)
|
||||
|
||||
return resampler->Resample(src);
|
||||
}
|
||||
|
||||
ConstBuffer<void>
|
||||
GluePcmResampler::Flush()
|
||||
{
|
||||
return resampler->Flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user