MLMicrophone.AddSpeaker(MLSpeaker newSpeaker)
Bind a new speaker to the microphone. Wont effect anything if the speaker is already bound.
Parameters:
Name | Type | Description |
---|---|---|
newSpeaker | MLSpeaker | The speaker to add. |
Usage
---@type MLMicrophone
local mlmicrophone;
---@type MLSpeaker
local newSpeaker;
mlmicrophone.AddSpeaker(newSpeaker)