Component:AvatarAudioOutputManager

From Resonite Wiki
This page contains changes which are not marked for translation.


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


Component image 
AvatarAudioOutputManager component as seen in the Scene Inspector


Intoduction

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.
AudioOutput AudioOutput
IsViewVoice Bool
WhisperConfig direct VoiceModeConfig
NormalConfig direct VoiceModeConfig
ShoutConfig direct VoiceModeConfig
BroadcastConfig direct VoiceModeConfig
__legacyWhisperVolume Float
__legacyNormalVolume Float
__legacyShoutVolume Float
__legacyBroadcastVolume Float
__legacyNormalDopplerLevel Float
__legacyShoutDopplerLevel Float
__legacyWhisperRange Float
_activeUser User
_enabled field drive of Bool
_volume field drive of Float
_doppler field drive of Float
_spatialize field drive of Bool
_spatialBlend field drive of Float
_minDistance field drive of Float
_maxDistance field drive of Float
_rollOffMode field drive of AudioRolloffMode
_distanceSpace field drive of AudioDistanceSpace
_minScale field drive of Float
_maxScale field drive of Float
_scaleCompensation Float
_audioConfiguration AvatarAudioConfiguration

Behavior

Examples

Related Components