bartolsthoorn / NVDSP

iOS/OSX DSP for audio (with Novocaine)
MIT License
414 stars 80 forks source link

Reverb #7

Open neox38 opened 10 years ago

neox38 commented 10 years ago

How should I go about implementing reverb in NVDSP any ideas?

bartolsthoorn commented 10 years ago

NVDSP currently only has filters. Reverbs come in many styles and flavours, so you'd first have to pick your algorithm that sounds good. I'll mention two ways to do it:

bartolsthoorn commented 10 years ago

https://github.com/alexbw/novocaine/blob/master/Novocaine%20Mac%20Example/AppDelegate.mm#L45 The basic delay is already shown in Novocaine!