File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments