mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5131e3145d
* Fix some ARG002 per file ignores * Fix * updating DIRECTORY.md * Fix review issue * Fix review issue --------- Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com> |
||
---|---|---|
.. | ||
__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.