esdsink

esdsink — Plays audio to an esound server

Synopsis




                    GstEsdSink;

Object Hierarchy


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

Properties


  "host"                     gchararray            : Read / Write

Description

This element outputs sound to an already-running Enlightened Sound Daemon (ESound Daemon, esd). Note that a sound daemon will never be auto-spawned through this element (regardless of the system configuration), since this is actively prevented by the element. If you must use esd, you need to make sure it is started automatically with your session or otherwise.

TODO: insert some comments about how sucky esd is and that all the cool kids use pulseaudio or whatever these days.

Simple example pipeline that plays an Ogg/Vorbis file via esd:

gst-launch -v filesrc location=foo.ogg ! decodebin ! audioconvert ! audioresample ! esdsink

Element Information

plugin esdsink
author Arwed von Merkatz <v.merkatz@gmx.net>
class Sink/Audio

Details

GstEsdSink

typedef struct _GstEsdSink GstEsdSink;

Property Details

The "host" property

  "host"                     gchararray            : Read / Write

The host running the esound daemon.

Default value: NULL

See Also

GstAlsaSink, GstAutoAudioSink