adder

adder — Add N audio channels together

Synopsis




            GstAdder;

Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstAdder

Description

The Adder allows to mix several streams into one by adding the data. Mixed data is clamped to the min/max values of the data format.

Example launch line

gst-launch audiotestsrc freq=100 ! adder name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.

This pipeline produces two sine waves mixed together.

Element Information

plugin adder
author Thomas <thomas@apestaart.org>
class Generic/Audio

Details

GstAdder

typedef struct _GstAdder GstAdder;