We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on this line, https://github.com/tonistiigi/audiosprite/blob/master/audiosprite.js#L224, why is there a Math.ceil(duration)? the ceil is added a silent gap in between my files, which isn't what i want. anyways, any feedback is appreciated.
The text was updated successfully, but these errors were encountered:
This is to get all the sprites starting at a full second.
So if your first file is 2.3s long then next one will start at 4.0s, after 1.7s of silence. (ceil(2.3)-2.3+1)
2.3s
4.0s
1.7s
ceil(2.3)-2.3+1
Sorry, something went wrong.
No branches or pull requests
on this line, https://github.com/tonistiigi/audiosprite/blob/master/audiosprite.js#L224, why is there a Math.ceil(duration)? the ceil is added a silent gap in between my files, which isn't what i want. anyways, any feedback is appreciated.
The text was updated successfully, but these errors were encountered: