Looking for a way to stack waveforms on each other and be able to manipulate them #3754
-
Hello everyone. Thank you for an amazing library. What I want to achieve, is to stack a couple of waveforms, because I have whole song as mp3 and it's vocals as separate mp3. I want to let user be able to change volume only of vocals or only for the rest. Is this possible? I was trying with Thank you for help or for pointing me into the right direction :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You want to stack them or overlay them on top of each other? In the latter case, just position them with position absolute, or with a negative top margin. |
Beta Was this translation helpful? Give feedback.
-
@kdaniek-tuney you can try the following for that which would redraw the peaks of the waveform on the range input change value, For example you have a range input like above, add a listener to it and redraw the peaks.
|
Beta Was this translation helpful? Give feedback.
Thanks, I appreciate it!
No, it’s not possible.