mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 00:07:00 +00:00
4abfce2791
* updating DIRECTORY.md * Fix sphinx/build_docs warnings for audio_filters * Improve * Fix * Fix * Fix --------- 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.