audiopanorama

audiopanorama — Positions audio streams in the stereo panorama

Synopsis

struct              GstAudioPanorama;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstAudioPanorama

Properties

  "panorama"                 gfloat                : Read / Write
  "method"                   GstAudioPanoramaMethod  : Read / Write

Description

Stereo panorama effect with controllable pan position. One can choose between the default psychoacoustic panning method, which keeps the same perceived loudness, and a simple panning method that just controls the volume on one channel.

Example launch line

1
2
3
4
5
6
7