1
0
Fork 0
nih-plug/plugins/examples/stft
Robbert van der Helm e61a42e96f Revert windowing change from 93ab08e
This is actually needed to prevent spectral leakage from IDTFs with
small window sizes.
2022-03-06 19:17:42 +01:00
..
src Revert windowing change from 93ab08e 2022-03-06 19:17:42 +01:00
Cargo.toml Add a simple filter example with FFTW 2022-03-06 17:54:23 +01:00
README.md Add a license note on the STFT example 2022-03-06 16:14:04 +01:00

NIH-plug: STFT helper example

This example uses FFTW. While like most other parts of NIH-plug the example itself is licensed under the ISC license, you will need to be able to comply with the GPL license if you decide to build a plugin with these bindings.