| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstAudioDecoder
                    ╰── GstWavpackDec
WavpackDec decodes framed (for example by the WavpackParse element) Wavpack streams and decodes them to raw audio.
Wavpack is an open-sourceaudio codec that features both lossless and lossy encoding.
| 1 | gst-launch-1.0 filesrc location=test.wv ! wavpackparse ! wavpackdec ! audioconvert ! audioresample ! autoaudiosink | 
| plugin | wavpack | 
| author | Arwed v. Merkatz <v.merkatz@gmx.net>, Sebastian Dröge <slomo@circular-chaos.org> | 
| class | Codec/Decoder/Audio | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | audio/x-wavpack, depth=(int)[ 1, 32 ], channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ], framed=(boolean)true | 
| name | src | 
| direction | source | 
| presence | always | 
| details | audio/x-raw, format=(string)S8, layout=(string)interleaved, channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ] | 
| audio/x-raw, format=(string)S16LE, layout=(string)interleaved, channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ] | |
| audio/x-raw, format=(string)S32LE, layout=(string)interleaved, channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ] |