mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
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.
This commit is contained in:
parent
34bdab6a36
commit
2bc4cedbb0
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
EXAMPLE: A valid configuration that contains every configuration option
|
EXAMPLE: A valid configuration that contains every configuration option
|
||||||
|
|
||||||
|
NB: /ezstream/metadata/program is commented out so that this configuration
|
||||||
|
can work without scripting.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Ezstream configuration root element -->
|
<!-- Ezstream configuration root element -->
|
||||||
@ -117,7 +120,7 @@
|
|||||||
<!-- Decoder name -->
|
<!-- Decoder name -->
|
||||||
<name>OggDec</name>
|
<name>OggDec</name>
|
||||||
<!-- Program and options -->
|
<!-- Program and options -->
|
||||||
<program>oggdec -R -b 16 -e 0 -s 1 -o - @T@</program>
|
<program>oggdec -R -b 16 -e 1 -s 1 -o - @T@</program>
|
||||||
<!-- File extensions to use this decoder for -->
|
<!-- File extensions to use this decoder for -->
|
||||||
<file_ext>.ogg</file_ext>
|
<file_ext>.ogg</file_ext>
|
||||||
<file_ext>.oga</file_ext>
|
<file_ext>.oga</file_ext>
|
||||||
|
Loading…
Reference in New Issue
Block a user