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
- Host: GitHub
- URL: https://github.com/faroit/stft-istft-experiments
- Owner: faroit
- Created: 2019-02-21T17:02:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T05:08:50.000Z (about 4 years ago)
- Last Synced: 2025-04-12T13:21:35.714Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`