get-audio-duration

Returns duration of an audio file via ffprobe

MIT License

Downloads
41.6K
Stars
68
Committers
3

Bot releases are visible (Hide)

get-audio-duration - v4.0.1 Latest Release

Published by Sumolari over 1 year ago

Bug Fixes

  • only import ffprobe when no path is provided (ac6d39e)
get-audio-duration - v4.0.0

Published by Sumolari over 1 year ago

BREAKING CHANGES:

  • Drop stream support. Download the file locally and pass the absolute path to
    getAudioDurationInSeconds instead.
get-audio-duration - v3.1.1

Published by Sumolari over 2 years ago

Fixed:

  • Fixed documentation for ffprobePath param.
get-audio-duration - v3.1.0

Published by Sumolari over 2 years ago

Changed:

  • Allow overriding ffprobe path by passing a second, optional, parameter.
get-audio-duration - v3.0.1

Published by Sumolari over 2 years ago

Changed:

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

Fixed:

  • Fix Apple Silicon support.
get-audio-duration - v3.0.0

Published by Sumolari about 3 years ago

BREAKING CHANGES:

  • Dropped Node.js 13 support.

New:

  • Added Apple Silicon support.
get-audio-duration - 2.0.2

Published by Sumolari over 4 years ago

Changed:

  • Replaced ffprobe-static by @ffprobe-installer/ffprobe.
get-audio-duration - 2.0.1

Published by Sumolari over 4 years ago

Changed:

  • Upgrade Lodash from 4.17.11 to 4.17.13 to address security issues.
get-audio-duration - 2.0.0

Published by Sumolari over 4 years ago

Breaking:

  • Minimum Node version supported up to 10 from 8.

Changed:

  • Version bump of dependencies.
get-audio-duration - v0.0.1

Published by Sumolari almost 6 years ago

🎉 First release!