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.