3.1.6 • Published 21 days ago

@lesjoursfr/audio-waveform v3.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

npm version QC Checks

@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 file
  • options: Optional options to use xvfb for the generation
3.1.6

21 days ago

3.1.5

3 months ago

3.1.4

4 months ago

3.1.3

5 months ago

3.1.2

5 months ago

3.1.1

7 months ago

3.1.0

8 months ago

3.0.1

10 months ago

3.0.0

11 months ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

2 years ago

1.2.2

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago