audiokaraoke

audiokaraoke — Removes voice from sound

Synopsis

struct              GstAudioKaraoke;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstAudioFilter
                                 +----GstAudioKaraoke

Properties

  "filter-band"              gfloat                : Read / Write
  "filter-width"             gfloat                : Read / Write
  "level"                    gfloat                : Read / Write
  "mono-level"               gfloat                : Read / Write

Description

Remove the voice from audio by filtering the center channel. This plugin is useful for karaoke applications.

Example launch line

1
2
3
4