audiotrans-transform-istft

audiotrans transform module to Inverse Short-Time Fourier Transformation (ISTFT)


License
MIT
Install
pip install audiotrans-transform-istft==0.1.0.dev2

Documentation

audiotrans-transform-istft

License Python PyPI Travis CI Coverage Status

audiotrans transform module to Inverse Short-Time Fourier Transformation (ISTFT)

Installation

pip install audiotrans-transform-istft

Usage

As audiotrans transform module, like

audiotrans <filepath> -t istft -v -c freq

Options of the below is available through subarg (like [ foo -h ])

usage: istft [-h] [-v] [-H HOP_SIZE]

audiotrans transform module for Short-Time Fourier Transformation (ISTFT)

Transform wave array as np.ndarray shaped (1,) to ISTFT matrix as
np.ndarray shaped (1 + widnow_size/2, (len(wave) - window_size) / hop-size + 1).

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Run as verbose mode
  -H HOP_SIZE, --hop-size HOP_SIZE
                        Hop size to FFT. Default is 256

Test

make test

License

MIT (c) keik