Learn R Programming

tuneR (version 0.2-6)

panorama: Narrow the Panorama of a Stereo Sample

Description

Narrow the panorama of a stereo Wave object.

Usage

panorama(object, pan = 1)

Arguments

object
Object of class Wave.
pan
Value in [-1,1] to narrow the panorama, see the Details below. The default (1) does not change anything.

Value

  • Wave object with the transformed panorama.

concept

  • Wave
  • channel
  • stereo

Details

If abs(pan) < 1, mixtures of the two channels of the Wave objects are used for the left and the right channel of the returned Sample object, so that they appear closer to the center. For pan = 0, both sounds are completely in the center (i.e. averaged). If pan < 0, the left and the right channel are interchanged.

See Also

Wave