pcm/Resampler: add method Reset()
Hook for src_reset(), not yet used.
This commit is contained in:
@@ -65,6 +65,12 @@ GluePcmResampler::Close()
|
||||
resampler->Close();
|
||||
}
|
||||
|
||||
void
|
||||
GluePcmResampler::Reset()
|
||||
{
|
||||
resampler->Reset();
|
||||
}
|
||||
|
||||
ConstBuffer<void>
|
||||
GluePcmResampler::Resample(ConstBuffer<void> src)
|
||||
{
|
||||
|
Reference in New Issue
Block a user