Socket
Socket
Sign inDemoInstall

get-mp3-duration

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-mp3-duration

Computes the duration of an mp3 buffer in node or browser.


Version published
Weekly downloads
1.6K
decreased by-26.17%
Maintainers
1
Weekly downloads
 
Created
Source

get-mp3-duration

Computes the duration of an mp3 buffer in node or browser.

NPM Travis CI Build JavaScript Style Guide

Install

npm install --save get-mp3-duration
# or
yarn add get-mp3-duration

Usage

const getMP3Duration = require('get-mp3-duration')
const buffer = fs.readFileSync('fixtures/vbr.mp3')
const duration = getMP3Duration(buffer)

console.log(duration, 'ms') => 285727 ms
  • mp3-duration this package is a fork of mp3-duration to add browser support.
  • vmsg is an optimized mp3 recorder for the web which ports the lame mp3 encoder to wasm.

License

MIT © Travis Fischer

Keywords

FAQs

Package last updated on 08 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc