Skip to content

Commit 96a142e

Browse files
Update content/en-us/reference/engine/classes/VoiceChatService.yaml
Co-authored-by: matthewzhang-rbx <[email protected]>
1 parent f5f6b49 commit 96a142e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en-us/reference/engine/classes/VoiceChatService.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ properties:
2424
When enabled, each voice-eligible player can be heard as though they were speaking through their character.
2525
If `Class.VoiceChatService.EnableDefaultVoice` is `true`, and `Class.VoiceChatService.UseAudioApi` is `Enabled`,
2626
then this setup is represented and controlled by instance types from the Audio API:
27-
- An `Class.AudioDeviceInput` will be created and parented-to each voice-eligible `Class.Player`
28-
- An `Class.AudioEmitter` will be created and parented-to each voice-eligible player's `Class.Player.Character`
29-
- An `Class.AudioListener` will be created and parented-to `Class.Workspace.CurrentCamera`
27+
- An `Class.AudioDeviceInput` will be created and parented to each voice-eligible `Class.Player`
28+
- An `Class.AudioEmitter` will be created and parented to each voice-eligible player's `Class.Player.Character`
29+
- An `Class.AudioListener` will be created and parented to `Class.Workspace.CurrentCamera`
3030
code_samples: []
3131
type: bool
3232
tags: []

0 commit comments

Comments
 (0)