Hi everyone, since very few videos or docs talk about it, I would like to know and use the new voice chat API. So my request is, how can I detect if a players speaks or not, and how can I calculate the volume the mic is streaming via a script? Thanks!
1 Like
You should have a look at using AudioDeviceInput, connected with Wire to an AudioAnalyzer. I believe that it should let you do what you want.
3 Likes
Thanks for the quick answer! I’ll check that out!
2 Likes