Skip to content

Commit b98ad6e

Browse files
committed
Removed obsolete comments of initCounterNode in soundfile.js
1 parent 6a85277 commit b98ad6e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/soundfile.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,14 +1435,6 @@ class SoundFile {
14351435
this.panner.inputChannels(numChannels);
14361436
}
14371437

1438-
//////////////////////////////////////////////////
1439-
// script processor node with an empty buffer to help
1440-
// keep a sample-accurate position in playback buffer.
1441-
// Inspired by Chinmay Pendharkar's technique for Sonoport --> http://bit.ly/1HwdCsV
1442-
// Copyright [2015] [Sonoport (Asia) Pte. Ltd.],
1443-
// Licensed under the Apache License http://apache.org/licenses/LICENSE-2.0
1444-
////////////////////////////////////////////////////////////////////////////////////
1445-
14461438
// initialize counterNode, set its initial buffer and playbackRate
14471439
_initCounterNode() {
14481440
var self = this;

0 commit comments

Comments
 (0)