본문으로 바로가기

[FMOD] Digital sound processing

category Portfolio/2014 2022. 6. 22. 09:44
728x90

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 changkiLee/C-Project development by creating an account on GitHub.

github.com

 

Generated music performance system and surround sound with Hass Effect. Utilizing the music performance system, a user can play the piano by keyboard. Additionally, the generated surround sound makes people feel the sense of space.

 

GitHub

https://github.com/changkiLee/C-Project/tree/master/Piano

 

GitHub - changkiLee/C-Project: Projects using C++

Projects using C++. Contribute to changkiLee/C-Project development by creating an account on GitHub.

github.com

 

참고: Hass Effect

https://github.com/changkiLee/C-Project/tree/master/HassEffect

 

GitHub - changkiLee/C-Project: Projects using C++

Projects using C++. Contribute to changkiLee/C-Project development by creating an account on GitHub.

github.com

 

728x90

'Portfolio > 2014' 카테고리의 다른 글

[Java Game] Network game programming  (0) 2022.06.22
[Unity3D] 3D Graphic design  (0) 2022.06.22