frequency property

AudioParam frequency

The frequency property of the OscillatorNode is an a-rate AudioParam representing the frequency of oscillation in hertz.

Note: though the AudioParam returned is read-only, the value it represents is not.

Implementation

AudioParam get frequency;