Chris Needham
Chris Needham
OK, so that event may not be what you need. Do you need an event for when the displayed time region changes for any reason, not just the automatic update...
Peaks.js uses the `zoomview.displaying` event to sync its own viewport display in the overview waveform (the lower waveform in demo/index.html). The event doesn't fire on hovering, only when the waveform...
Thanks, @rivimey ... looks like we're missing `-Wsign-conversion` in the compiler flags. We should fix those warnings, really. Regarding the OSX package, is this still needed, as we have a...
Thanks for updating us on this, James. Can you share any details about what you learned?
@BuddyLReno It's still on my to-do list to figure out exactly what's happening with this.
Re-opening this issue. I agree with your conclusion. If we can figure out how they differ, or at least provide some specific examples to demonstrate the differences, I'll be happy...
You can use the waveform-data.js [resample()](https://github.com/bbc/waveform-data.js/blob/master/doc/API.md#waveformDataresampleoptions) function with the `width` option to give you JSON with a given array length. The algorithm it currently uses means it won't be exactly...
Hello Michael, I've had a look into the issue, and not been able to reproduce it. The audio and waveform data used in this page are http://www.internetdj.com/mp3/109702.mp3 and http://www.internetdj.com/mp3Json/109702. The...
Hi @jonata, I'd really like to be able to track down the cause of this issue. Would you mind sharing the files (the MP3 as well as the .dat or...
In the image you show, the seek behaviour is different between the two waveforms: * In the upper waveform, you can click to seek, but dragging the mouse will scroll...