Chris Needham
Chris Needham
In this case, I suggest adding an `interactive` option flag, which can be used to disable all mouse/touch interaction. To implement, we just need to disable creation of the `MouseDragHandler`...
Consider adding `--raw-channels`, `--raw-sample-rate` and `--raw-format` options. Formats could be specified using values similar to ffmpeg (described [here](https://trac.ffmpeg.org/wiki/audio%20types)).
Hi! Have you tried setting the `-z` option to a low value (2 or 4, maybe)? Could you possibly post an image of the kind of output you'd expect to...
The labels should appear on top of the waveform segments, but for some reason that's not happening. I'm not sure why.
Does the change in https://github.com/bbc/peaks.js/commit/dd17a12423239f0f9d3aa723788e7df21fa82a94 solve this problem?
As far as I can tell, https://github.com/bbc/peaks.js/commit/dd17a12423239f0f9d3aa723788e7df21fa82a94 fixes this issue. I'd need more information if it's still not working.
At present, no, but I could change the `--zoom` option to accept an `auto` value that, when combined with the `--width` option, scales the waveform to fit the specified width....
This is a useful feature, so I will plan to add it, but I can't give any promises about timescale at this stage.
I've just published 1.2.0 which implements this feature. Feedback welcome!
I think you've found a bug. The `-z auto` option should only work with PNG output, so the error message is wrong. If you want JSON output, you need to...