Features.
- Discrete Fourier Transform (DFT or STFT)
- Constant-Q Transform (CQT)
- Mel-Frequency Cepstral Coefficients (MFCCs)
- Auditory Spectrogram
Examples:
Calculate and Plot the Spectrogram:
Run the following shell command for a full list of help messages.
$ python -m dear.spectrogram
Crop audio:
Need ffmpeg and sox command in your $PATH. Please run the following shell command for a full list of help messages.
$ python -m dear.crop
Try It Out!
The package has been distributed to PyPI . So you can install DEAR using easy_install or pip if you wish.
$ sudo easy_install dear