An investigation project concerning convolution in cpp.
For this course we will build three applications which implement convolution. All three of the apps will be able to import an IR file into a buffer to use as the source of the convolution.
- Microphone reverb: Connecting the input stream to the convolution (Use headphones).
- File playback: Import an audio file (mp3/wav) in a buffer and play it using convolution.
- Research: fast convolution vs direct convolution
- Week 1: Pitch the idea (pitch 1)
- Week 2: Pitch what we are trying to accomplish, now with research (pitch 2)
- implement mp3 files into convolution