GstTSVEnc

GstTSVEnc — Converts audio time-series to tab-separated ascii text, a format compatible with most plotting utilities.

Synopsis

#define             GST_TSVENC_TYPE
struct              GstTSVEnc;
struct              GstTSVEncClass;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstTSVEnc

Properties

  "start-time"               guint64               : Read / Write / Construct
  "stop-time"                guint64               : Read / Write / Construct

Description

The output is multi-column tab-separated ASCII text. The first column is the time, the remaining columns are the values of the channels in order.

Example:

$ gst-launch audiotestsrc ! audio/x-raw-float, rate=64, width=32 ! lal_nxydump ! fdsink fd=1

Reviewed: 434cd4387c6349e68e764b78ed44e2867839c06d 2014-08-12 K. Cannon, J. Creighton, B. Sathyaprakash.

Details

GST_TSVENC_TYPE

#define             GST_TSVENC_TYPE


struct GstTSVEnc

struct GstTSVEnc;

struct GstTSVEncClass

struct GstTSVEncClass {
  GstBaseTransformClass parent_class;
};

GstBaseTransformClass parent_class;

the parent class

Property Details

The "start-time" property

  "start-time"               guint64               : Read / Write / Construct

Start dumping data at this time in nanoseconds.

Default value: 0


The "stop-time" property

  "stop-time"                guint64               : Read / Write / Construct

Stop dumping data at this time in nanoseconds.

Default value: 18446744073709551615