4.0.2 • Published 3 years ago

node-audio-peaks v4.0.2

Weekly downloads
-
License
GNU
Repository
github
Last release
3 years ago

Node Audio Peaks

Generate peak audio data from a local filepath in a Node.js environment.

Installation

Use your favorite package manager / npm to install.

npm install node-audio-peaks --save

Usage

Version 4.0.1 Audio peak data is returned as an Observable.

getAudioPeaks(url, samples)

import nodeAudioPeaks from "node-audio-peaks";
let audioPeaks = nodeAudioPeaks.getAudioPeaks("./sampleaudio.mp3");
audioPeaks.subscribe(console.log);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This work is licensed under a GNU General Public User License.

Author

Kenneth Caple

3.0.1

3 years ago

2.0.4

3 years ago

4.0.1

3 years ago

4.0.2

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago