Revision Difference
Player:SetDSP#517988
<function name="SetDSP" parent="Player" type="classfunc">
<description>Applies the specified sound filter to the player.</description>
<realm>Shared</realm>
<args>
<arg name="soundFilter" type="number">The index of the sound filter to apply.
Pick from the [list of DSP's](https://developer.valvesoftware.com/wiki/Dsp_presets).</arg>⤶
<arg name="soundFilter" type="number">The index of the sound filter to apply.⤶
Pick from the [list of DSP's](https://developer.valvesoftware.com/wiki/Dsp_presets).</arg>⤶
<arg name="fastReset" type="boolean">If set to true the sound filter will be removed faster.</arg>
</args>
</function>