Replies: 1 comment 2 replies
-
You could try passing peaks: [] in the options. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In certain situations I'd like to not render a waveform. For example, if I have a large file and no pre-generated peaks data, then I know that this will cause a OOM for the browser. In this case I'd like to retain all the hooks and UI logic I have attached to wavesurfer and just render a slider instead of a waveform. Is there an easy way to do that?
Beta Was this translation helpful? Give feedback.
All reactions