An open API service indexing awesome lists of open source software.

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

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)