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: 3 months 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.
- Host: GitHub
- URL: https://github.com/DanielRudrich/OverlappingFFTProcessor
- Owner: DanielRudrich
- License: agpl-3.0
- Created: 2018-05-15T12:59:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T13:26:23.000Z (over 5 years ago)
- Last Synced: 2024-08-04T02:09:31.104Z (6 months ago)
- Language: C++
- Size: 32.2 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - OverlappingFFTProcessor - 3.0|16|Β 5Β years<sub><sup>π΄</sup></sub>| (DSP)
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.