You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of variable src_ratio the caller must provide more (at least 2?) input samples otherwise ratio stays the same. I think the reason is linear interpolation on this line:
In case of variable
src_ratio
the caller must provide more (at least 2?) input samples otherwiseratio
stays the same. I think the reason is linear interpolation on this line:libsamplerate/src/src_linear.c
Line 112 in 4858fb0
Basically
priv->out_gen
is0
and thereforesrc_ratio = state->last_ratio
until the end of times.The text was updated successfully, but these errors were encountered: