Skip to content

Commit

Permalink
tweaks(removed duplicate line)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalogiros committed Dec 14, 2020
1 parent c329dc2 commit 3d6389a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dist/wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6394,9 +6394,6 @@ var WebAudio = function (_util$Observer) {
// if (abs_shift > 0.5) {
shift = Math.round ( shift );
first = this.peaksStart - (shift * sampleSize);

first = this.peaksStart - (shift * sampleSize);

shift = (shift * 2);
// shift = Math.round ( Math.abs (shift) ) * (shift < 0 ? - 1 : 1);

Expand Down

0 comments on commit 3d6389a

Please sign in to comment.