Path: blob/main/files/en-us/web/api/audiobuffersourcenode/detune/index.md
6581 views
------{{APIRef("Web Audio API")}}
The detune property of the {{domxref("AudioBufferSourceNode")}} interface is a k-rate {{domxref("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.
Value
A k-rate {{domxref("AudioParam")}} whose value indicates the detuning of oscillation in cents.
Note: Though the
AudioParamreturned is read-only, the value it represents is not.
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}