VUMeterNode

VU meter node.

Calculates RMS and peak amplitude values.

Constructors

Link copied to clipboard
constructor()

Creates a VUMeterNode instance.

Properties

Link copied to clipboard

The RMS value in 0.0-1.0 range.

Link copied to clipboard

The RMS value in dBFS.

Link copied to clipboard
Link copied to clipboard
val peak: Float

The peak value in 0.0-1.0 range.

Link copied to clipboard

The peak value in dBFS.

Link copied to clipboard

Smoothing duration in milliseconds. Sets the duration on which the averaging happens.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
external fun getDisplayName(): String
Link copied to clipboard
external fun getParameters(): List<Parameter>
Link copied to clipboard
external fun getType(): String
Link copied to clipboard
open external override fun init()