Python/audio_filters
Maxim Smolskiy 4abfce2791
Fix sphinx/build_docs warnings for audio_filters (#12449)
* updating DIRECTORY.md

* Fix sphinx/build_docs warnings for audio_filters

* Improve

* Fix

* Fix

* Fix

---------

Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
2024-12-22 22:55:22 -05:00
..
__init__.py Simple audio filters (#5230) 2021-10-23 23:19:25 +02:00
butterworth_filter.py Enable ruff RUF100 rule (#11337) 2024-04-01 21:36:41 +02:00
equal_loudness_filter.py.broken.txt Replace flake8 with ruff (#8184) 2023-03-16 13:31:29 +01:00
iir_filter.py Fix sphinx/build_docs warnings for audio_filters (#12449) 2024-12-22 22:55:22 -05:00
loudness_curve.json Add Equal Loudness Filter (#7019) 2022-10-12 15:19:00 +02:00
README.md Add README files 1/7 (#5754) 2021-11-04 18:49:36 +08:00
show_response.py Fix some ARG002 per file ignores (#11382) 2024-05-01 21:27:59 +02: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.