You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new package that exposes a volume meter.
The output of this meter should be RMS value of some input (either audio or microphone).
Preferably this needs to be done by using an AnalyserNode but latest tests have shown that the function that exposes this info do exist but don't work.
Workaround could be using the ScriptProcessorNode (something like the onaudioprocess event) and or combine this with the AnalyserNode.
The text was updated successfully, but these errors were encountered:
Add a new package that exposes a volume meter.
The output of this meter should be RMS value of some input (either audio or microphone).
Preferably this needs to be done by using an AnalyserNode but latest tests have shown that the function that exposes this info do exist but don't work.
Workaround could be using the ScriptProcessorNode (something like the
onaudioprocess
event) and or combine this with theAnalyserNode
.The text was updated successfully, but these errors were encountered: