frequency property
AudioParam
get
frequency
The frequency
property of the OscillatorNode interface 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
external AudioParam get frequency;