https://github.com/dwango-js/aac-duration
aac duration getter
https://github.com/dwango-js/aac-duration
Last synced: about 1 year ago
JSON representation
aac duration getter
- Host: GitHub
- URL: https://github.com/dwango-js/aac-duration
- Owner: dwango-js
- Created: 2015-09-07T08:09:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T13:35:25.000Z (almost 11 years ago)
- Last Synced: 2025-04-16T02:49:06.165Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aac-duration
aac duration getter
## Installation
```sh
$ npm install -g aac-duration
```
## Usage
### as command line tool
```sh
$ aac-duration hoge.aac
1.984sec
```
### as node module
```js
var duration = require("aac-duration");
console.log(duration("hoge.aac"));
```
## License
The MIT License (MIT)