Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 311 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 311 Bytes

aac-duration

aac duration getter

Installation

$ npm install -g aac-duration

Usage

as command line tool

$ aac-duration hoge.aac
1.984sec

as node module

var duration = require("aac-duration");
console.log(duration("hoge.aac"));

License

The MIT License (MIT)