Click or drag to resize

AudioStreamPlayer3DAttenuationFilterCutoffHz Property

Dampens audio using a low-pass filter above this frequency, in Hz. To disable the dampening effect entirely, set this to 20500 as this frequency is above the human hearing limit.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float AttenuationFilterCutoffHz { get; set; }

Property Value

Type: Single
See Also