pd-externals / earplug

binaural filter based on KEMAR impulse measurement for Pd
GNU General Public License v2.0
14 stars 1 forks source link

convolution optimizations using fft #16

Open danomatika opened 3 years ago

danomatika commented 3 years ago

This is a WIP PR for optimizations which replace the direct convolution with a frequency-domain based implementation.

@chikashimiyama I am opening this PR so as to keep notes about the branch. This is something we can look into for earplug~ 0.4.0 probably.