Component:AudioSettingSync

From Resonite Wiki
Component image 
Audio Setting Sync component as seen in the Scene Inspector

The AudioSettingSync component only works in dash space. This handles the settings of the game when it's values are changed.

see Settings#Volume

Usage

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.
DefaultAudioInputDeviceIndex Int The audio device that should be the default
OverrideAudioOutputIndex Int The audio device to use as an override for the default
MasterVolume Float Controls the volume of everything in Resonite
WhisperVoiceVolume Float Controls the volume of sounds outside of your whisper sphere when using whisper mode.
NoiseGateThreshold Float Noise gate prevents background noises from being transmitted to other users. This setting indicates the maximum volume at which sounds will be filtered out. If too much noise is making it in, increase this setting, if your voice is not getting through, lower it.
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.
NormalizationThreshold Float Using this setting you can control the threshold when the incoming audio will become amplified. If your normal speech is too quiet and it's not getting amplified, lower this setting. If random quiet noises are being amplified, increase it.
VoiceNormalization Bool
NoiseSupression Bool This feature processes the incoming audio to filter out various undesirable noises. This can clean up audio from noisy microphones considerably, producing a cleaner voice. We strongly recommend keeping this setting on. However, it can also filter out certain noises that do not get identified as speech.

Usage

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also