Meter Op

Meter

This op is deprecated!

It will not receive any updates

Gets the RMS of an input signal with some averaging applied. It can also get the raw value of the input signal.


The type of the meter, either "level" or "signal". A "level" meter will return the volume level (rms) of the input signal and a "signal" meter will return the signal value of the input.

See also Tone.js Meter Doc.


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Lib.Tonejs.Component.Meter
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorJavascript Libraries


 

INPUT PORTS


Audio In (Object)

The audio signal to meter

Update Value (Trigger)

Updates the Value port (raw)

Update Decibels (Trigger)

Updates the Decibels port

Smoothing (Number)

The amount of carryover between the current and last frame

OUTPUT PORTS


Audio Out (Object)

The untouched input signal

Value (Number)

The (raw) signal value, usually in range [-1..1]

Decibels (Number)

The current decibel value, usually in range [-96..0]


Patches using Meter

  • Examples
  • Public
  • My Patches