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
Add StretchParameters interface (sequenceMs, seekWindowMs, overlapMs, quickSeek)
and setStretchParameters() method to Stretch and SoundTouch for fine-grained
control of the WSOLA time-stretch algorithm at runtime.
Add public overlapMs getter/setter and quickSeek getter to Stretch, making the
previously-hidden timing internals accessible without replacing all parameters
at once. Add SetStretchParametersMessage to the processor message union so
SoundTouchNode.setStretchParameters() can queue updates to the render thread.
0 commit comments