From 2bc4cedbb0340c7e57399845b066d67af2a0bfd3 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Thu, 21 May 2015 23:30:51 +0200 Subject: [PATCH] Make oggdec output correctly signed RAW audio Newer oggdec seems to have inverted the -e setting, as compared to the old examples from a few years ago. --- examples/ezstream-full.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/ezstream-full.xml b/examples/ezstream-full.xml index 4be368e..31c1392 100644 --- a/examples/ezstream-full.xml +++ b/examples/ezstream-full.xml @@ -2,6 +2,9 @@ @@ -117,7 +120,7 @@ OggDec - oggdec -R -b 16 -e 0 -s 1 -o - @T@ + oggdec -R -b 16 -e 1 -s 1 -o - @T@ .ogg .oga