Component:AudioInputFilteringSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
|Name=Audio Input Filtering Settings
|Name=Audio Input Filtering Settings
}}
}}
{{stub}}
See [[Settings#Audio|Audio Settings]].


== Usage ==
== 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| 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|
|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|
|NoiseGateRelease|Float| This setting controls how fast the noise gate closes after the incoming audio has quieted again.
}}
}}


== Behavior ==
== Usage ==
See [[Settings#Audio|Audio Settings]].


== Examples ==
== Examples ==
See [[Settings#Audio|Audio Settings]].


== See Also ==
== See Also ==
* [[Settings#Audio|Audio Settings]]


[[Category:Components:Uncategorized{{#translation:}}|Audio Input Filtering Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Audio Input Filtering Settings]]
[[Category:Components{{#translation:}}|Audio Input Filtering Settings]]
[[Category:Components{{#translation:}}|Audio Input Filtering Settings]]
[[Category:ComponentStubs]]

Latest revision as of 14:14, 28 February 2025

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