2017-09-12 17:42:36 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-06 10:08:05 +02:00
|
|
|
<class name="AudioEffectNotchFilter" inherits="AudioEffectFilter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 17:42:36 -03:00
|
|
|
<brief_description>
|
2019-06-22 01:04:47 +02:00
|
|
|
Adds a notch filter to the Audio bus.
|
2017-09-12 17:42:36 -03:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2018-10-06 04:20:16 +08:00
|
|
|
Attenuates frequencies in a narrow band around the [member AudioEffectFilter.cutoff_hz] and cuts frequencies outside of this range.
|
2017-09-12 17:42:36 -03:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
2022-06-19 19:11:11 -04:00
|
|
|
<link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link>
|
2017-09-12 17:42:36 -03:00
|
|
|
</tutorials>
|
|
|
|
</class>
|