So I am trying to get the volume of the user, so you could see the volume of someones speech in real time, but I cant find anything to help with this, I know its possible but do you need to do some weird workaround or something? Cant find it in audio api
AudioAnalyzers allow this. You can find the RmsLevel if you wire it up with audiodeviceinput.
3 Likes
Still cant figure out how to do it after like hours, have you ever tried?
Make a new Wire instance, the connect the audioanalyzer to the audiodeviceinput. it should start giving you readings of RmsLevel and PeakLevel
1 Like