Detecting Voicechat inputs

Check out the audio api announcement.
Once VoiceChatService.UseAudioApi is enabled you will notice the following:

Players receive the AudioDeviceInput instance
image

Characters receive the AudioEmitter instance.
image

Now if I am not mistaken you can use the AudioAnalyzer to check when they are speaking and so on.

2 Likes