katspaugh / wavesurfer.js

Audio waveform player
https://wavesurfer.xyz
BSD 3-Clause "New" or "Revised" License
8.77k stars 1.63k forks source link

How to use it on server side? #1317

Closed daryn-k closed 6 years ago

daryn-k commented 6 years ago

I think it's a bad practice to generate waves every time in browser. The best solution would be to save these waves on server and generate them on server side. How to do that?

katspaugh commented 6 years ago

This is not what this library does. Its design and purpose are to render a waveform in the browser. For server-side rendering, take a look at https://github.com/bbc/audiowaveform.