FS#19218 - oggdec standard out broken with "-o-" flag
Attached to Project:
Arch Linux
Opened by Greg Erwin (Odysseus) - Friday, 23 April 2010, 02:14 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 23 April 2010, 09:13 GMT
Opened by Greg Erwin (Odysseus) - Friday, 23 April 2010, 02:14 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 23 April 2010, 09:13 GMT
|
Details
Description:
Using oggdec with the "-o-" flag to stream to standard out just spits out static. Either that or very distorted data. However, using "-o /dev/stdout" works just fine. Package version: vorbis-tools 1.4.0-2 Steps to reproduce: oggdec -o /dev/stdout somefile.ogg | aplay oggdec -o- somefile.ogg | aplay |
This task depends upon
Something to do with writing version information to stdout before the actual decoded data, with the aforementioned results.