Project to test sound filters
One of my projects done at University in order to test sound filters like Low Pass and High Pass Filters The code contains an UI done with pygame in order to choose the filters and test them individually, generating graphs.
Types of Filters we use in the code:
- lowpass: Allows low frequencies to pass while attenuating high frequencies.
- highpass: allows high frequencies to pass while attenuating low frequencies
- bandpass: allows a specific range of frequencies to pass while attenuating frequencies outside that range.
- bandstop: attenuates a specific range of frequencies while allowing those outside this range to pass.