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
Hi, one great feature I would love to have is to change time-stretching on the fly, without affecting the pitch. So you can speed up or slow down a song with a simple slider on a web page. Do you think it's feasable ?
The text was updated successfully, but these errors were encountered:
If you want to change tempo during stretching, you can call setTempo (with a new stretch factor) while feeding data. This will let you smoothly change between tempos. See Test.ts for an example.
Hi, one great feature I would love to have is to change time-stretching on the fly, without affecting the pitch. So you can speed up or slow down a song with a simple slider on a web page. Do you think it's feasable ?
The text was updated successfully, but these errors were encountered: