Skip to content

Commit f5f6b49

Browse files
authored
Update content/en-us/reference/engine/classes/VoiceChatService.yaml
1 parent cf1798d commit f5f6b49

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
@@ -49,9 +49,9 @@ properties:
4949
When `Enabled`, the `Class.AudioDeviceInput` instance controls input from each player's microphone.
5050
5151
If `Class.VoiceChatService.UseAudioApi` is `Enabled` and `Class.VoiceChatService.EnableDefaultVoice` is `true`, then
52-
- An `Class.AudioDeviceInput` will be created and parented-to each voice-eligible `Class.Player`
53-
- An `Class.AudioEmitter` will be created and parented-to each voice-eligible player's `Class.Player.Character`
54-
- An `Class.AudioListener` will be created and parented-to `Class.Workspace.CurrentCamera`
52+
- An `Class.AudioDeviceInput` will be created and parented to each voice-eligible `Class.Player`
53+
- An `Class.AudioEmitter` will be created and parented to each voice-eligible player's `Class.Player.Character`
54+
- An `Class.AudioListener` will be created and parented to `Class.Workspace.CurrentCamera`
5555
5656
If `Class.VoiceChatService.UseAudioApi` is `Enabled` but `Class.VoiceChatService.EnableDefaultVoice` is `false`, then no default setup is provided – however, `Class.AudioDeviceInput`s can still be used when created on their own.
5757

0 commit comments

Comments
 (0)