detune property

AudioParam detune

The detune property of the AudioBufferSourceNode is a k-rate AudioParam representing detuning of oscillation in cents.

For example, values of +100 and -100 detune the source up or down by one semitone, while +1200 and -1200 detune it up or down by one octave.

Implementation

AudioParam get detune;