| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstAudioDecoder
                    ╰── GstSpeexDec
This element decodes a Speex stream to raw integer audio.
Speex is a royalty-freeaudio codec maintained by the Xiph.org Foundation.
| 1 | gst-launch-1.0 -v filesrc location=speex.ogg ! oggdemux ! speexdec ! audioconvert ! audioresample ! alsasink |