Ekstasis
A digital signal processing (DSP) framework (w/ audio to midi focus)
Ekstasis is currently a rapidly produced prototype version of a Digital Signal Processing (DSP) framework which seeks to provide signal/data processing modules which can be strung together via Boost library interprocess message queues. Tools for creating and destroying the communication queues, loading/saving PCM 44100 Hz to/from the signal processing chain, windowing the data (currently only a Hann windowing function module), performing a Discrete Fourier Transform (DFT) on the data (using...