]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm-lame.patch
- some extra options for lame
[packages/scummvm.git] / scummvm-lame.patch
1 diff -ruN scummvm-/tools/extract.c scummvm/tools/extract.c
2 --- scummvm-/tools/extract.c    Mon Sep  9 07:46:02 2002
3 +++ scummvm/tools/extract.c     Thu Sep 19 16:20:03 2002
4 @@ -221,7 +221,7 @@
5                 if (encparms.silent == 1)
6                         strcat(fbuf_temp," --silent");
7                 sprintf(fbuf,
8 -                       "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m -r -s %d %s %s",
9 +                       "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m -r --athtype 3 --lowpass 21500 -s %d %s %s",
10                         encparms.algqual, fbuf_temp, encparms.vbrqual,
11                         encparms.maxBitr, real_samplerate, rawname, mp3name);
12                 system(fbuf);
This page took 0.025623 seconds and 3 git commands to generate.