mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
audioconvert: fix native variable rate resampler
This commit is contained in:
parent
5ac383e7f7
commit
636c02d38b
3 changed files with 16 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue