Get better quality from SoundCloud's Waveform.js lib
Currently I'm using Waveform.js ( http://waveformjs.org ) to generate waveforms from SoundCloud tracks. Unfortunately the generated canvas has a very low image quality (especially on Retina): I would like to create Waveform very similar to the Soundcloud one: Do you know how can I improve the quality of an image? Maybe there's a better solution for generating such waveforms? My app is completely client-side, everything is done in the browser, so perfect scenario for me will be: Send waveform_url to the library which can generate canvas / svg /etc. Or get the data from waveform_url by myself