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

https://github.com/narol1024/audio-analyser-cli

📈 An audio analyzer to extract frequency data based on Puppeteer.js.
https://github.com/narol1024/audio-analyser-cli

analyser audio cli webaudio

Last synced: 6 months ago
JSON representation

📈 An audio analyzer to extract frequency data based on Puppeteer.js.

Awesome Lists containing this project

README

          

## Audio-analyser-cli

[![NPM version](https://img.shields.io/npm/v/audio-analyser-cli.svg?style=flat)](https://www.npmjs.org/package/audio-analyser-cli)
[![npm](https://img.shields.io/npm/dm/audio-analyser-cli.svg)](https://www.npmjs.com/package/audio-analyser-cli)
[![Coverage Status](https://coveralls.io/repos/github/inarol/audio-analyser-cli/badge.svg?branch=master)](https://coveralls.io/github/inarol/audio-analyser-cli?branch=master)

📈 An audio analyser to extract frequency data based on [Puppeteer.js](https://github.com/GoogleChrome/puppeteer).

![](./logo.jpg)

## Install

```bash
$ npm install audio-analyser-cli -g
```

## Command

> audio-analyse --file ./a.mp3 --output ./

You can call the `audio-analyse -h` to realize the more details.

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE).