Component:AudioInputFilteringSettings

From Resonite Wiki
Component image 
Audio Input Filtering Settings component as seen in the Scene Inspector

See Audio Settings.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
UseVoiceNormalization Bool Whether to normalize the incoming voice data.
NormalizationThreshold Float When below this volume, boost so the voice is louder.
UseNoiseSuppression Bool Whether to use noise suppression.
NoiseGateThreshold Float The threshold that audio needs to be above for the voice to get through.
NoiseGateAttack Float This indicates how fast the noise gate responds to an incoming sound that is louder than the threshold volume. Larger values will result in a slower volume fade in, while smaller ones will make the volume ramp up quicker.
NoiseGateHold Float This controls how long it takes for the noise gate to begin to close after the microphone input volume falls below the threshold volume.
NoiseGateRelease Float This setting controls how fast the noise gate closes after the incoming audio has quieted again.

Usage

See Audio Settings.

Examples

See Audio Settings.

See Also