3.1.7 • Published 12 months ago
@lesjoursfr/audio-waveform v3.1.7
@lesjoursfr/audio-waveform
Generate waveform from an audio file with a simple API in Node.js.
What is this library?
This library use electron to generate waveform files from an audio file.
Usage
Install the lib and add it as a dependency :
npm install @lesjoursfr/audio-waveform
Then put this in your code:
const { AudioAnalyzer } = require("@lesjoursfr/audio-waveform");
const audioAnalyzer = new AudioAnalyzer(file, options);
audioAnalyzer.waveform()
.then(() => {
console.log("Waveform Generated Successfully!")
})
.catch((err) => {
console.error("Failed to generate Waveform because of ", err)
});
);
Parameters
file
: The audio fileoptions
: Optional options to use xvfb for the generation
3.1.7
12 months ago
3.1.6
1 year ago
3.1.5
1 year ago
3.1.4
2 years ago
3.1.3
2 years ago
3.1.2
2 years ago
3.1.1
2 years ago
3.1.0
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.1.2
2 years ago
2.1.1
3 years ago
2.1.0
3 years ago
1.2.2
3 years ago
2.0.0
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
4 years ago