Skip to content

Releases: tonistiigi/audiosprite

Bugfix release - v0.7.2

31 Jan 11:56
Compare
Choose a tag to compare

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

27 Feb 10:26
329ca55
Compare
Choose a tag to compare

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

13 Jul 07:00
Compare
Choose a tag to compare

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

27 Feb 19:42
Compare
Choose a tag to compare

The issue with broken wildcards in Windows command line is fixed.