Python/audio_filters
Shreya cd66f4f532
Update ema_filter.py
Corrected the build error , caused due to return of None by apply()
2024-10-31 09:48:05 +05:30
..
2021-10-23 23:19:25 +02:00
2024-10-31 09:48:05 +05:30
2023-05-26 09:34:17 +02:00
2021-11-04 18:49:36 +08:00

Audio Filter

Audio filters work on the frequency of an audio signal to attenuate unwanted frequency and amplify wanted ones. They are used within anything related to sound, whether it is radio communication or a hi-fi system.