Chris Needham

Results 389 comments of Chris Needham

Thanks. There are some places where Peaks.js calls `window.addEventListener` that may be worth looking at: https://github.com/bbc/peaks.js/blob/master/src/mouse-drag-handler.js#L94

Thanks for your question. I can see your website takes a long time to load. This is because it's downloading all the MP3 audio files. I'm not familiar with wavesurfer,...

To use audiowaveform, you'll need to install it on your server, there are some details [here](https://github.com/bbc/audiowaveform#installation). There is information on how to use audiowaveform with wavesurfer [here](https://wavesurfer-js.org/faq/). You'll need to...

Nice project! No, this isn't something I've considered, although someone previously requested a spectrogram display (#275). Peaks.js right now is tied our particular [waveform data format](https://github.com/bbc/audiowaveform/blob/master/doc/DataFormat.md), but - in principle...

Can you provide more details on how you built it, and what error you see when you try to run it?

I would like to include a native Windows build using Visual Studio as part of the project, so I'd be interested to see your CMake files. Also, see https://github.com/bbc/audiowaveform/issues/23 for...

To produce a DLL version we'd need to restructure the project into a separate library + executable. I can't promise when I'll be able to do this. For now your...

Windows executables can be built using [compile-static-audiowaveform](https://github.com/chrisn/compile-static-audiowaveform) so I'll rename this issue for the DLL question.

Hi Gary, What I'd do is run the uploaded audio file through [audiowaveform](https://github.com/bbc/audiowaveform), then store the output .dat file somewhere it can be downloaded by your web application. In Node.js...

I don't know Heroku, so this is a guess: ``` :repo:deb http://ppa.launchpad.net/chris-needham/ppa/ubuntu bionic main ``` or xenial instead of bionic for Ubuntu 16.04 rather than 18.04?