1
0
Fork 0
nih-plug/plugins/examples/stft
Robbert van der Helm e35886c216 Move window function handling out of StftHelper
And apply the window function only once at the end of the process
function for the plugins that used it.
2022-04-28 17:20:39 +02:00
..
src Move window function handling out of StftHelper 2022-04-28 17:20:39 +02:00
Cargo.toml Swap fftw in the stft example out for realfft 2022-03-28 17:13:23 +02: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.