Ecosyste.ms: Awesome

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

https://github.com/DanielRudrich/OverlappingFFTProcessor

This class takes care of buffering input and output samples for a FFT processing with a hop-size of nFFT/2 and Hann windowing. An examplary JUCE project is also included.
https://github.com/DanielRudrich/OverlappingFFTProcessor

Last synced: about 1 month ago
JSON representation

This class takes care of buffering input and output samples for a FFT processing with a hop-size of nFFT/2 and Hann windowing. An examplary JUCE project is also included.

Lists

README

        

# OverlappingFFTProcessor
This class takes care of buffering input and output samples for your FFT processing. You can specifiy the fft-length, hopsize, and also the used window.
It's a header-only implementation, which relies on the JUCE framework. An exemplary JUCE project using this class is also included in this repository.