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
After generating waveform json data server side and using new WaveformData(xhr.responseText, WaveformData.adapters.object); to create my WaveformData object, is there any way I can render the waveform by passing the WaveformData object to peaks.js? I can't use the json data to generate the waveform as it isn't stored on the server.