/plot-wav

CLI tool for drawing wav files with various acoustic transformations.

Primary LanguagePythonMIT LicenseMIT

plot-wav

PyPi MIT License

This project is a CLI tool for drawing wav files with various acoustic transformations.

Requirement

  • Python3

Usage

$ plot-wav --<type> -i <input file> # -o <output file>

If no -o option is specified, the image will be displayed directly.

The types of conversion are as follows.

  • --wave - original wave
  • --spec - spectrogram
  • --mfcc - MFCC

Show help

$ plot-wav -h

Installation

$ pip install plot-wav