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
If you wanted to build something like this using the web-audio-peak-meter library, you definitely could - by wrapping the getPeaks method in a requestAnimationFrame loop.
However, the parts of the code that create an audio worklet node and measure the input are relatively simple. You might want to copy the relevant bits from peak-sample-processor and have everything live in your source code without needing to add this library as a dependency.
Hey there!
Was wondering if would be possible to output the peak meter levels in a different way, for instance like this?
Being able to have to have a meter that lights up for instance per 3dB would be cool.. is there an output that could be used for this?
The text was updated successfully, but these errors were encountered: