An open API service indexing awesome lists of open source software.

https://github.com/faroit/stft-istft-experiments

find one stft to rule them all
https://github.com/faroit/stft-istft-experiments

Last synced: 3 months ago
JSON representation

find one stft to rule them all

Awesome Lists containing this project

README

          

# STFT/ISTFT tests

:warning: under development

The purpose of these repo is to compare different stft/istft implementations and evaluate if combinations of `STFT` from one library are compatible with the `ISTFT` from a different lib. Hence, finding the right the analysis/synthesis windows, the right padding etc.

## Libraries and Current status

* Scipy
* Librosa
* PyTorch
* Tensorflow

t.b.a

## Install Requirements

see `environment.yml`

## Run test

run `python test.py`