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.
- Host: GitHub
- URL: https://github.com/narol1024/audio-analyser-cli
- Owner: narol1024
- License: mit
- Created: 2019-01-21T09:49:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T12:32:47.000Z (almost 2 years ago)
- Last Synced: 2025-11-23T20:23:15.769Z (7 months ago)
- Topics: analyser, audio, cli, webaudio
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Audio-analyser-cli
[](https://www.npmjs.org/package/audio-analyser-cli)
[](https://www.npmjs.com/package/audio-analyser-cli)
[](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).

## 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).