You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to draw the waveform and spectrogram of an audio clip using two different divs (#waveform and #spectrogram). However, in practice, through the browser's inspection feature, I found that both the waveform and the spectrogram were drawn in #waveform, while #spectrogram is empty.
The code I used:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I want to draw the waveform and spectrogram of an audio clip using two different divs (#waveform and #spectrogram). However, in practice, through the browser's inspection feature, I found that both the waveform and the spectrogram were drawn in #waveform, while #spectrogram is empty.


The code I used:
All reactions