Releases: caffco/get-audio-duration
Releases · caffco/get-audio-duration
v4.0.1
Bug Fixes
- only import
ffprobe
when no path is provided (ac6d39e)
v4.0.0
BREAKING CHANGES:
- Drop stream support. Download the file locally and pass the absolute path to
getAudioDurationInSeconds
instead.
v3.1.1
Fixed:
- Fixed documentation for
ffprobePath
param.
v3.1.0
Changed:
- Allow overriding
ffprobe
path by passing a second, optional, parameter.
v3.0.1
Changed:
- Use
@ffprobe-installer/ffprobe
instead of node-ffprobe-installer
.
Fixed:
- Fix Apple Silicon support.
v3.0.0
BREAKING CHANGES:
- Dropped Node.js 13 support.
New:
- Added Apple Silicon support.
2.0.2
Changed:
- Replaced ffprobe-static by @ffprobe-installer/ffprobe.
2.0.1
Changed:
- Upgrade Lodash from 4.17.11 to 4.17.13 to address security issues.
2.0.0
Breaking:
- Minimum Node version supported up to 10 from 8.
Changed:
- Version bump of dependencies.