mhelin's Recent Posts

Would it be possible to use GPU to accelerate audio processing with Sumu? Google can find lot's of information how to do it. An example is the Shadertoy where a piece (3 min I think, WebGL used for implementation) of music can be generated using the shaders:
https://www.shadertoy.com/view/ldfSW2
(just click on the rewind button if there is no sound)
There are many papers on the subjects, it might be possible to use OpenCL for implementation (https://github.com/felidadae/dsp_opencl_gpu/tree/master is an old example, not sure if JUCE or other framework already supports GPU audio).
Here some other example from github (actual VST3 plugins):
https://github.com/GPUAudioTeam/AptivGPUAudio
They used some AMD specific API to get audio into GPU to overcome latency problems though...

Really interesting software here coming, how about using GPU for the additive synthesis engine? Maybe not the first one here to wonder why the names of the plugins are in Finnish (aalto = wave, kaivo = well, sumu = fog etc.)?