You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/reference/engine/classes/VoiceChatService.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,15 @@ properties:
22
22
Controls whether or not the default spatial voice chat setup will be used.
23
23
24
24
When enabled, each voice-eligible player can be heard as though they were speaking through their character.
25
-
If `Class.VoiceChatService.EnableDefaultVoice` is `true`, and `Class.VoiceChatService.UseAudioApi` is `Enabled`,
26
-
then this setup is represented and controlled by instance types from the Audio API:
25
+
26
+
The behavior of the default voice setup depends on `Class.VoiceChatService.UseAudioApi`.
27
+
If `Class.VoiceChatService.UseAudioApi` is `Enabled`, then this setup is represented and controlled by instance types from the Audio API. Specifically:
27
28
- An `Class.AudioDeviceInput` will be created and parented to each voice-eligible `Class.Player`
28
29
- An `Class.AudioEmitter` will be created and parented to each voice-eligible player's `Class.Player.Character`
29
30
- An `Class.AudioListener` will be created and parented to `Class.Workspace.CurrentCamera`
31
+
32
+
If `Class.VoiceChatService.UseAudioApi` is `Disabled`, then this setup is made by an internal-only system.
33
+
Using this system, disabling the default voice setup effectively disables voice altogether.
0 commit comments