Top |
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.
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.
plugin |
aiff |
author |
Pioneers of the Inevitable <songbird@songbirdnest.com> |
class |
Codec/Demuxer/Audio |