SoundStream.pitch

The pitch of the sound.

The pitch represents the perceived fundamental frequency of a sound; thus you can make a sound more acute or grave by changing its pitch. A side effect of changing the pitch is to modify the playing speed of the sound as well. The default value for the pitch is 1.

  1. float pitch [@property setter]
    class SoundStream
    @property
    void
    pitch
    (
    float newPitch
    )
  2. float pitch [@property getter]

Meta