Skip to content

PITCH_SHIFT()

Synopsis

Pitch shift both tx and rx audio streams on a channel.

Description

Examples:

Example: Raises pitch an octave
exten => 1,1,Set(PITCH_SHIFT(tx)=highest)
Example: Raises pitch more
exten => 1,1,Set(PITCH_SHIFT(rx)=higher)
Example: Raises pitch
exten => 1,1,Set(PITCH_SHIFT(both)=high)
Example: Lowers pitch
exten => 1,1,Set(PITCH_SHIFT(rx)=low)
Example: Lowers pitch more
exten => 1,1,Set(PITCH_SHIFT(tx)=lower)
Example: Lowers pitch an octave
exten => 1,1,Set(PITCH_SHIFT(both)=lowest)
Example: Lowers pitch
exten => 1,1,Set(PITCH_SHIFT(rx)=0.8)
Example: Raises pitch
exten => 1,1,Set(PITCH_SHIFT(tx)=1.5)

Syntax

PITCH_SHIFT(channel direction)
Arguments
  • channel direction - Direction can be either 'rx', 'tx', or 'both'. The direction can either be set to a valid floating point number between 0.1 and 4.0 or one of the enum values listed below. A value of 1.0 has no effect. Greater than 1 raises the pitch. Lower than 1 lowers the pitch.
    The pitch amount can also be set by the following values

    • highest

    • higher

    • high

    • low

    • lower

    • lowest

Generated Version

This documentation was generated from Asterisk branch 21 using version GIT