[FMOD] Digital sound processing
Implemented low-pass, high-pass, and band-pass filter using a sound engine FMOD. After the original sound(in this program white nose sound) is input, one of the filters is chosen, and the program will record a sound applied the selected filter. GitHub https://github.com/changkiLee/C-Project/tree/master/DSPFilter GitHub - changkiLee/C-Project: Projects using C++ Projects using C++. Contribute to ..