Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 34b92eb

Browse files
authored
Update audengine.js
1 parent aa428a4 commit 34b92eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

audengine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
if (!this.source) {
6767
const source = audioCTX.createBufferSource();
6868
this.gainNode = audioCTX.createGain();
69-
source.buffer = cloneAudioBuffer(this.data); //Allow to replay buffer by cloning it.
69+
source.buffer = this.data;
7070
source.playbackRate.value = this.playbackRate;
7171
source.loop = this.looped;
7272

0 commit comments

Comments
 (0)