interaudiosrc

The interaudiosrc element is an audio source element. It is used in connection with a interaudiosink element in a different pipeline.

Example launch line

 gst-launch-1.0 -v interaudiosrc ! queue ! autoaudiosink

The interaudiosrc element cannot be used effectively with gst-launch-1.0, as it requires a second pipeline in the application to send audio. See the gstintertest.c example in the gst-plugins-bad source code for more details.

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstBaseSrc
                    ╰──interaudiosrc

Factory details

Authors: – David Schleef

Classification:Source/Audio

Rank – none

Plugin – inter

Package – GStreamer Bad Plug-ins

Pad Templates

src

audio/x-raw:
         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }
           rate: [ 1, 2147483647 ]
       channels: [ 1, 2147483647 ]
         layout: interleaved

Presencealways

Directionsrc

Object typeGstPad


Properties

buffer-time

“buffer-time” guint64

Size of audio buffer

Flags : Read / Write

Default value : 1000000000


channel

“channel” gchararray

Channel name to match inter src and sink elements

Flags : Read / Write

Default value : default


latency-time

“latency-time” guint64

Latency as reported by the source

Flags : Read / Write

Default value : 100000000


period-time

“period-time” guint64

The minimum amount of data to read in each iteration

Flags : Read / Write

Default value : 25000000


The results of the search are