Skip to content

Commit

Permalink
Set extra duration to zero when ignoring rounding, this allows the us…
Browse files Browse the repository at this point in the history
…er to generate an audiosprite without a gap. (#71)
  • Loading branch information
ViezeVingertjes authored and SargoDarya committed Feb 26, 2018
1 parent c487140 commit fc7c5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audiosprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ module.exports = function(files) {
if (opts.ignorerounding)
{
opts.logger.info('Ignoring nearest second silence gap rounding');
extraDuration = 0;
delta = 0;
}

Expand Down

0 comments on commit fc7c5b1

Please sign in to comment.