Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSrc ╰── GstPushSrc ╰── GstAudioBaseSrc ╰── GstAudioSrc ╰── GstOpenalSrc
This element captures raw audio samples through OpenAL.
1 |
gst-launch-1.0 -v openalsrc ! audioconvert ! wavenc ! filesink location=stream.wav |
* will capture sound through OpenAL and encode it to a wav file.
1 |
gst-launch-1.0 openalsrc ! "audio/x-raw,format=S16LE,rate=44100" ! audioconvert ! volume volume=0.25 ! openalsink |
will capture and play audio through OpenAL.
plugin |
openal |
author |
Juan Manuel Borges Caño <juanmabcmail@gmail.com> |
class |
Source/Audio |