aiffparse
Parse a .aiff file into raw or compressed audio.
The aiffparse element supports both push and pull mode operations, making it possible to stream from a network source.
Example launch line
gst-launch-1.0 filesrc location=sine.aiff ! aiffparse ! audioconvert ! alsasink
Read a aiff file and output to the soundcard using the ALSA element. The aiff file is assumed to contain raw uncompressed samples.
gst-launch-1.0 souphttpsrc location=http://www.example.org/sine.aiff ! queue ! aiffparse ! audioconvert ! alsasink
Stream data from a network url.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──aiffparse
Factory details
Authors: – Pioneers of the Inevitable
Classification: – Codec/Demuxer/Audio
Rank – primary
Plugin – aiff
Package – GStreamer Bad Plug-ins
Pad Templates
src
audio/x-raw:
format: { S8, S16BE, S16LE, S24BE, S24LE, S32LE, S32BE, F32BE, F64BE }
rate: [ 1, 2147483647 ]
channels: [ 1, 2147483647 ]
The results of the search are