Replies: 1 comment
-
If you need access to AudioContext, the recommended approach is to initialize it yourself like in this example: https://wavesurfer.xyz/examples/?webaudio.js as it's not the default playback engine anymore. |
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.
-
Hello, I'm trying to migrate from wavesurfer 6 to 7 and when receiving the "ready" event, wavesurfer.backend is not defined. How is it possible?
Here are the options I use:
I tried to understand it from the sources, but I can't see even any backend assignment (
xxx.backend = something
) in the code.So I'm wondering if this property has been removed in waveform 7, and what would be the replacement for code like
wavesurfer.backend.ac.xxx
for instance.Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions