Component:AudioInputFilteringSettings

From Resonite Wiki
Revision as of 22:36, 10 February 2025 by 989onan (talk | contribs) (add some info)
Component image 
Audio Input Filtering Settings component as seen in the Scene Inspector

The AudioInputFilteringSettings component is a Legacy component used in the old settings menu.

For an updated version, see Component:SettingsDataFeed and read on the concept Data Feeds.

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
NoiseGateHold Float
NoiseGateRelease Float

Usage

Examples

See Also