Re: GPU impulse reverb
2015/10/21 13:39:56
(permalink)
I think the reason you don't see GPU acceleration for audio FX is two fold:
1) Not worth the overhead to stream the data in and out of the GPU in small chunks like audio needs. GPUs are more made for large block moves.
2) GPUs are stream processors, designed to do processing on large sets of data that is the same. So applying the same set of processing to 32 different sets of data at the same time or the like. Not really what you do with audio.