Component:AudioInputFilteringSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add some info
Line 3: Line 3:
|Name=Audio Input Filtering Settings
|Name=Audio Input Filtering Settings
}}
}}
{{stub}}
The '''AudioInputFilteringSettings''' component is a Legacy component used in the old settings menu.


== Usage ==
{{Note|For an updated version, see [[Component:SettingsDataFeed]] and read on the concept [[Data Feeds]].|warning}}
 
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|UseVoiceNormalization|Bool|
|UseVoiceNormalization|Bool| Whether to normalize the incoming voice data.
|NormalizationThreshold|Float|
|NormalizationThreshold|Float| When below this volume, boost so the voice is louder.
|UseNoiseSuppression|Bool|
|UseNoiseSuppression|Bool| Whether to use noise suppression.
|NoiseGateThreshold|Float|
|NoiseGateThreshold|Float| The threshold that audio needs to be above for the voice to get through.
|NoiseGateAttack|Float|
|NoiseGateAttack|Float|
|NoiseGateHold|Float|
|NoiseGateHold|Float|
Line 16: Line 18:
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==

Revision as of 22:36, 10 February 2025

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