I want to detect volume through the Roblox VoiceChatService.
I do not know what methods to use through the AudioAPI with VoiceChatService
I’ve tried seeing if I could use the green little Microphone UI to detect it but I was met with failure as it’s core gui stuff.
You can use the AudioAnalyzer object on which you would call the GetSpectrum function, which can be used to detect the frequency of the audio.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.