goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.29k stars 2.21k forks source link

gap when audio is in loop using html5 #1708

Closed harvindersingh5 closed 4 months ago

harvindersingh5 commented 4 months ago

The Problem

there is a gap at the ending of playback audio when audio is in loop while using html5 true , i want to remove the gap when loop is true with using html5 value's true or keeping the pitch same when playback rate changes

Reproducible Example

No response

Reproduction Steps

        html5 : true,
        loop: true,
        rate: 2,
        rateVariation: 0.0,
        src: [  'https://planet-music.s3.amazonaws.com/audio_file/80751698258685.wav'  ],

Possible Solution

No response

Context

i have tried preload , autoplay but not working but by using html5 attributes values false , the loop gap vanished but the pitch changes while playback audio rate changes so i want to remove gap at the end keeping the loop attribute value's true , and keeping the pitch same while playback rate changes

Howler.js Version

v2.2.3

Affected Browser(s)/Versiuon(s)

No response

alinav12 commented 1 month ago

@harvindersingh5 hi, have you fixed this issue somehow?