| Top |  |  |  |  | 
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSrc ╰── GstPushSrc ╰── GstAudioBaseSrc ╰── GstAudioSrc ╰── GstOpenalSrc
Description
This element captures raw audio samples through OpenAL.
Example pipelines
| 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.
Synopsis
Element Information
| plugin | openal | 
| author | Juan Manuel Borges Caño <juanmabcmail@gmail.com> | 
| class | Source/Audio | 
