![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|
audioconvertaudioconvert — Convert audio to different formats |
gst-launch -v -m audiotestsrc ! audioconvert ! audio/x-raw-int,channels=2,width=8,depth=8 ! level ! fakesink silent=TRUE
This pipeline converts audio to 8-bit. The level element shows that the output levels still match the one for a sine wave.
gst-launch -v -m audiotestsrc ! audioconvert ! vorbisenc ! fakesink silent=TRUE
The vorbis encoder takes float audio data instead of the integer data generated by audiotestsrc.
plugin | audioconvert |
author | Benjamin Otte <in7y118@public.uni-hamburg.de> |
class | Filter/Converter/Audio |
<< gst-plugins-base Elements | audiotestsrc >> |