[MP3 ENCODER] Re: 3.87b MMX and no MMX give different results + some 3.87 comments

2000-09-27 Thread Dan Nelson
ce2 -ffast-math - So at minimum, the CC_OPTS should read -Wall -pipe -O3 -fomit-frame-pointer -funroll-all-loops -ffast-math -malign-double mfancy-math-387 And it's debatable whether unroll-all-loops is a win or not (depends on whether the unrolled code is larger

[MP3 ENCODER] Re: problem with configure

2000-09-26 Thread Dan Nelson
makefile HAVEGTK is defined even though I don't have it... The correct solution would be to rip out the configure.in test and use the autoconf module provided in the gtk-1.2 package (gtk.m4). -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: Coding history report for each (non trivial) function

2000-09-05 Thread Dan Nelson
> *Person_1 2000-06-02: first version > *Person_2 2000-06-12: zero cross error bug removed > */ This is what the "cvs log" command is for, I believe. -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: Message *bounced*

2000-08-27 Thread Dan Nelson
acklash on a list with a couple thousand subscribers :) -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: Digital downsampling of mp3s?

2000-08-22 Thread Dan Nelson
; set it so the "twinkling" artifacts aren't too annyoing. -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: 16-Bit DOS LAME Binaries

2000-08-09 Thread Dan Nelson
covered by the DJGPP Makefile in the CVS tree. -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: MP3 renaming/tagging util

2000-06-12 Thread Dan Nelson
t; prefix Simple string manipulation like this you can do in a few lines of Perl. If your tag data is accurate, though, you might want to try using mp3info, which can adjust the filename to match the tag (and is quite customizable). ftp://bimbo.hive.no/pub/mp3info/ . It should compile fine und

[MP3 ENCODER] Re: Cannot "make" LAME

2000-06-01 Thread Dan Nelson
;s all I did, and got no errors at all: c:\cygwin.bat tar zxvf lame-3.70.tar.gz cd lame3.70 make -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: Cannot "make" LAME

2000-05-31 Thread Dan Nelson
the CVS version with cygwin 1.1 with no errors at all. -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: LAME370,380 BUG REPORT

2000-04-20 Thread Dan Nelson
;2". $ ls -l infile.mp3 -rw-rw-rw- 1 dan dan 0 Apr 20 20:51 infile.mp3 Now in the example an output file of stdout isn't useful, but mine was in a script, so I didn't notice the problem until I had blown away a bunch of input files :) -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] pcm bitrate selection broken?

1999-09-26 Thread Dan Nelson
to override it. Input file processing has become convoluted enough that I can't seem to figure out where. -- Dan Nelson [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] patches for stdin processing

1999-09-02 Thread Dan Nelson
somewhere between 3.15 and 3.18 the ability to process raw input from stdin was lost: 1. The sampling frequency wasn't set right. 2. The parse_wavheader would eat all of stdin looking for a DATA chunk even if it already knew the file wasn't a wav. patch for 3.20 attached. --

[MP3 ENCODER] bounds error on mpeg-2 encoding?

1999-07-12 Thread Dan Nelson
I don't know anything about how the encoder works, but I built lame with egcs-1.1.2+bounds-checking, and when I try to encode a 22khz file (at any bitrate), I get the following: Found WAV header: 22.1kHz stereo LAME version 3.17 (www.sulaco.org/mp3) Encoding ../../me22.wav to me22.mp3 Encoding