Open DBraun opened 2 months ago
For istft and stft, the window_fn argument can now be a callable or a numpy/jax.numpy array. I added tests too.
Motivation: I wanted to be able to do a square-root Hann window like AudioTools can do.
For istft and stft, the window_fn argument can now be a callable or a numpy/jax.numpy array. I added tests too.
Motivation: I wanted to be able to do a square-root Hann window like AudioTools can do.