alsasink

alsasink — play audio to an ALSA device

Synopsis




                    GstAlsaSink;

Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSink
                     +----GstBaseAudioSink
                           +----GstAudioSink
                                 +----GstAlsaSink

Properties


  "device"                   gchararray            : Read / Write
  "device-name"              gchararray            : Read

Description

This element renders raw audio samples using the ALSA api.

Example pipelines

Play an Ogg/Vorbis file.

gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink

Last reviewed on 2006-03-01 (0.10.4)

Element Information

plugin alsa
author Wim Taymans <wim@fluendo.com>
class Sink/Audio

Element Pads

name sink
direction sink
presence always
details audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, width=(int)32, depth=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-int, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-int, signed=(boolean){ true, false }, width=(int)8, depth=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]

Details

GstAlsaSink

typedef struct _GstAlsaSink GstAlsaSink;

Opaque data structure

Property Details

The "device" property

  "device"                   gchararray            : Read / Write

ALSA device, as defined in an asound configuration file.

Default value: "default"


The "device-name" property

  "device-name"              gchararray            : Read

Human-readable name of the sound device.

Default value: ""

See Also

alsasrc, alsamixer