velipso / sndfilter

Algorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc
BSD Zero Clause License
445 stars 70 forks source link

reverb algorithm performance #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have ported the lib to my Android project, the algorithm works well, but it is time cost. Can you give me some suggestion about this? Should I reduce some parameters or reduce effect quality?

velipso commented 5 years ago

There was a discussion about ways to increase performance here: #1

Let me know what you think.