Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Add effects from Tone.js. Project inspired by Audacity.
But I am confused what attribute on track object can I use to find the mute state (whether the track will be muted or unmuted)? Web inspector did not reveal anything which can tell me...
Question: How do I intercept mute/unmute and take different actions based on mute state?
I have the following code:
But I am confused what attribute on track object can I use to find the mute state (whether the track will be muted or unmuted)? Web inspector did not reveal anything which can tell me...
Thanks!