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?
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.
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?