Replies: 1 comment
-
AFAIK Tone.js is Web Audio-based, so generally you would connect it as any other Web Audio node. See this example: https://wavesurfer.xyz/examples/?webaudio.js Also see this thread: #3024 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know it is possible using the Phase Vocoder technique, through this example here
but I can't seem to make it work. I noticed that it is possible to connect wavesurfer to Tone.js, which has the speed and pitch control (and they can be controlled independent of each other). How should I do that?
For context, here is my relevant JS code:
Beta Was this translation helpful? Give feedback.
All reactions