• Resolved jojson

    (@jojson)


    I see in google page insight that every audio files is loading twice.

    I’ve tried to make some changes in:

    before
    wavesurfer[i].load(file_url, peaks, preload);
    after
    wavesurfer[i].load(file_url, preload, peaks);

    and that help but not rendered peaks ??

    Is it possible to make some changes and not loading every audio file twice on page?

Viewing 1 replies (of 1 total)
  • Plugin Author X-Raym

    (@x-raym)

    Hi,

    Rendered peaks is not a feature of the free version of the plugin. I’ll have to close this.

    For your test, changing the order of the parameter is very likely to make things buggy as they as expected to be in a certain order.

    Note that audio files loading twice with rendered peaks is precisely one of reason I stopped sharing the premium of plugin publicly.

    https://github.com/katspaugh/wavesurfer.js/issues/1237

    Best,

Viewing 1 replies (of 1 total)
  • The topic ‘Audio fiiles loading twice’ is closed to new replies.