Component image
The AvatarVoiceSourceAssigner sets the IAudioSource
field referenced by TargetReference
to the voice stream of the active user when the avatar this component is attached to is equipped.
This component is useful when adding voice-driven effects to an avatar, such as a Component:VisemeAnalyzer or Component:VolumeMeter
Usage
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. |
TargetReference
|
SyncRef`1<IAudioSource> | Target IAudioSource that will be assigned the user's audio stream
|