Pitch

Property

Namespace: Vox

Declared in: Vox.SoundSource


Gets or sets the desired pitch shift, where 1.0 equals identity. Each reduction by 50% equals a pitch shift of -12 semitones (one octave), each doubling equals a pitch shift of +12 semitones (one octave). Must be greater than zero.

Syntax

public float Pitch { public get; public set; }

Back to index