audioconvert: fix native variable rate resampler

This commit is contained in:
Wim Taymans 2019-04-30 15:14:05 +02:00
parent 5ac383e7f7
commit 636c02d38b
3 changed files with 16 additions and 13 deletions

View file

@ -157,7 +157,7 @@ static int setup_convert(struct impl *this,
if (this->monitor)
err = impl_peaks_init(&this->resample);
else if (0)
else if (1)
err = impl_native_init(&this->resample);
else
err = impl_speex_init(&this->resample);