Releases: tonistiigi/audiosprite
Bugfix release - v0.7.2
This new release is a bug fix release containing multiple contributed patches.
Fixes:
- Under heavy CPU load audiosprite sometimes generates 0-length sprites on Linux #72
- Ensure ffmpeg temp files are always fully written #78
A big thank you to all the contributors for this release:
@qtiki
As usual the update release should be available within the hour to be installed from npm.
Bugfix release - v0.7.1
This new release is a bug fix release containing multiple contributed patches.
Features:
- Ability to bypass whole second rounding for silence gaps #69
- Changed logging to respect log levels #70
Fixes:
- --libogg is deprecated and has been removed from the README.md #64
- Extra duration set to zero when rounding should be ignored #71
- Listen for ffmpeg close event instead of exit #73
A big thank you to all the contributors for this release:
@qtiki @ViezeVingertjes @GMartigny @davidprozesky
As usual the update release should be available within the hour to be installed from npm.
General update + Bugfixes
Version 0.7.0 includes some major bugfixes, updates some code to fix some minor deprecation issues and more. Most critically, the minimum Node version is now 7 and that's what travis is running against.
Changes:
- FEATURE Opus has been added as a new audio format
- FEATURE Now supports Howlers2 new JSON format
- FEATURE Support globs for input files
- FIX Added -strict -2 flag to m4a format
- FIX Changed line endings in cli.js to Unix line endings
- FIX Rename deprecated tmpDir to tmpdir
- FIX Test cases have been fixed
- BREAKING Node version has been updated to 7
v0.6.0 — First-class Windows support
The issue with broken wildcards in Windows command line is fixed.