mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Remove -x argument to lame. This makes the examples work for me by default
again, with a more recent lame version. git-svn-id: https://svn.xiph.org/trunk/ezstream@15875 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
a8b398c5fd
commit
c0b2b86332
@ -72,7 +72,7 @@
|
||||
<match>.mp3</match>
|
||||
<!-- Note: madplay uses host byte order for raw samples. -->
|
||||
<decode>madplay -b 16 -R 44100 -S -o raw:- "@T@"</decode>
|
||||
<encode>lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -</encode>
|
||||
<encode>lame --preset cbr 128 -r -s 44.1 --bitwidth 16 - -</encode>
|
||||
</encdec>
|
||||
<encdec>
|
||||
<!--
|
||||
|
@ -73,7 +73,7 @@
|
||||
<match>.mp3</match>
|
||||
<!-- Note: madplay uses host byte order for raw samples. -->
|
||||
<decode>madplay -b 16 -R 44100 -S -o raw:- "@T@"</decode>
|
||||
<encode>lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -</encode>
|
||||
<encode>lame --preset cbr 128 -r -s 44.1 --bitwidth 16 - -</encode>
|
||||
</encdec>
|
||||
<encdec>
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user