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
Fixes frames getting out of order due to constant span_length
The `current_span_length` is in samples not frames. Rodio was using a fixed
span_length for all sources regardless of their number of channels. If
that span length was not wholly dividable by the number of channels it
would create an offset.
Credit for finding this goes to: @will3942
0 commit comments