osssrc
osssrc — record sound from your sound card using OSS
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseSrc
+----GstPushSrc
+----GstBaseAudioSrc
+----GstAudioSrc
+----GstOssSrc
Implemented Interfaces
GstOssSrc implements
GstImplementsInterface and GstMixer.
Description
This element lets you record sound using the Open Sound System (OSS).
Example pipelines
gst-launch -v osssrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=mymusic.ogg
will record sound from your sound card using OSS and encode it to an
Ogg/Vorbis file (this will only work if your mixer settings are right
and the right inputs enabled etc.)
Element Information
plugin
ossaudio
ossaudio
ossaudioauthorErik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>
classSource/AudioSource/Audio
plugin |
ossaudio
|
author |
Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> |
class |
Source/Audio |
Details
GstOssSrc
typedef struct _GstOssSrc GstOssSrc;
Property Details
The "device
" property
"device" gchararray : Read / Write
OSS device (usually /dev/dspN).
Default value: "/dev/dsp"
The "device-name
" property
"device-name" gchararray : Read
Human-readable name of the sound device.
Default value: ""