mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
64543faa98
* Make some ruff fixes * Undo manual fix * Undo manual fix * Updates from ruff=0.0.251 |
||
---|---|---|
.. | ||
__init__.py | ||
butterworth_filter.py | ||
equal_loudness_filter.py.broken.txt | ||
iir_filter.py | ||
loudness_curve.json | ||
README.md | ||
show_response.py |
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.