![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
"dithering" GstAudioConvertDithering : Read / Write "noise-shaping" GstAudioConvertNoiseShaping : Read / Write
Audioconvert converts raw audio buffers between various possible formats. It supports integer to float conversion, width/depth conversion, signedness and endianness conversion and channel transformations.
1 |
gst-launch -v -m audiotestsrc ! audioconvert ! audio/x-raw-int,channels=2,width=8,depth=8 ! level ! fakesink silent=TRUE |
1 |
gst-launch -v -m audiotestsrc ! audioconvert ! vorbisenc ! fakesink silent=TRUE |
Last reviewed on 2006-03-02 (0.10.4)
typedef enum { DITHER_NONE = 0, DITHER_RPDF, DITHER_TPDF, DITHER_TPDF_HF } GstAudioConvertDithering;
Set of available dithering methods when converting audio.
"dithering"
property"dithering" GstAudioConvertDithering : Read / Write
Selects between different dithering methods.
Default value: Triangular dithering (default)
"noise-shaping"
property"noise-shaping" GstAudioConvertNoiseShaping : Read / Write
Selects between different noise shaping methods.
Default value: No noise shaping (default)