|  |  |  | GStreamer Good Plugins 0.10 Plugins Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
WavpackDec decodes framed (for example by the WavpackParse element) Wavpack streams and decodes them to raw audio. Wavpack is an open-source audio codec that features both lossless and lossy encoding.
gst-launch 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, width=(int)[ 1, 32 ], channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ], framed=(boolean)true | 
| name | src | 
| direction | source | 
| presence | always | 
| details | audio/x-raw-int, width=(int)32, depth=(int)[ 1, 32 ], channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ], endianness=(int)1234, signed=(boolean)true |