Get Audio Duration Versions Save

Returns duration of an audio file via ffprobe

v4.0.1

10 months ago

Bug Fixes

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

v4.0.0

1 year ago

BREAKING CHANGES:

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

v3.1.1

2 years ago

Fixed:

  • Fixed documentation for ffprobePath param.

v3.1.0

2 years ago

Changed:

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

v3.0.1

2 years ago

Changed:

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

Fixed:

  • Fix Apple Silicon support.

v3.0.0

2 years ago

BREAKING CHANGES:

  • Dropped Node.js 13 support.

New:

  • Added Apple Silicon support.

v2.0.2

3 years ago

Changed:

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

v2.0.1

3 years ago

Changed:

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

v2.0.0

3 years ago

Breaking:

  • Minimum Node version supported up to 10 from 8.

Changed:

  • Version bump of dependencies.

v0.0.1

5 years ago

:tada: First release!