Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pkalogiros/AudioMass
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalogiros committed Dec 14, 2020
2 parents 96d287c + af8073d commit c329dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dist/wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6395,6 +6395,8 @@ var WebAudio = function (_util$Observer) {
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 c329dc2

Please sign in to comment.