Skip to content

Releases: caffco/get-audio-duration

v4.0.1

14 Jul 04:30
Compare
Choose a tag to compare

Bug Fixes

  • only import ffprobe when no path is provided (ac6d39e)

v4.0.0

27 May 08:10
2bec4a2
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Drop stream support. Download the file locally and pass the absolute path to
    getAudioDurationInSeconds instead.

v3.1.1

02 Apr 07:32
Compare
Choose a tag to compare

Fixed:

  • Fixed documentation for ffprobePath param.

v3.1.0

02 Apr 07:14
Compare
Choose a tag to compare

Changed:

  • Allow overriding ffprobe path by passing a second, optional, parameter.

v3.0.1

13 Mar 06:45
8972045
Compare
Choose a tag to compare

Changed:

  • Use @ffprobe-installer/ffprobe instead of node-ffprobe-installer.

Fixed:

  • Fix Apple Silicon support.

v3.0.0

29 Jul 15:24
a94fc66
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Dropped Node.js 13 support.

New:

  • Added Apple Silicon support.

2.0.2

26 Jun 20:36
Compare
Choose a tag to compare

Changed:

  • Replaced ffprobe-static by @ffprobe-installer/ffprobe.

2.0.1

26 Jun 20:36
Compare
Choose a tag to compare

Changed:

  • Upgrade Lodash from 4.17.11 to 4.17.13 to address security issues.

2.0.0

26 Jun 20:36
Compare
Choose a tag to compare

Breaking:

  • Minimum Node version supported up to 10 from 8.

Changed:

  • Version bump of dependencies.

v0.0.1

04 Nov 09:43
Compare
Choose a tag to compare

🎉 First release!