Re: [MP3 ENCODER] Some strange warnings...

2000-09-16 Thread Robert Hegemann
Sigbjørn Skjæret schrieb am Sam, 16 Sep 2000: While going through the all too usual bunch of suspicious warnings, I stumbled over a few more concerning ones... psymodel.c: "FLOAT8 thmM = thmM;" .. I assumed this was a typo and changed it to "FLOAT8 thmM = thmm;" yes, sorry my typo

Re: [MP3 ENCODER] min bitrate and bit reservoir (was: MS switching)

2000-09-16 Thread Mark Powell
On Fri, 15 Sep 2000, Greg Wooledge wrote: Most of you probably know this, but for those who don't: BI = 2== Billion:10^12 (10^6*2) TRI = 3 == Trillion: 10^18 (10^6*3) In the US, MONO = 1 == Million = 10^6 (10^3 * 10^(3*1)) BI = 2 == Billion = 10^9

Re: [MP3 ENCODER] gcc option for TAKEHIRO_IEEE754 hack

2000-09-16 Thread Mathew Hendry
From: "Sigbjørn Skjæret" [EMAIL PROTECTED] I just made a new TAKEHIRO_IEEE754_HACK more ANSI C compliant. I think we can make it default for Intel architecture. This seems to work fine for PPC now (giving a speedboost of 10-15%), but 68k still doesn't work (tons of reservoir errors),

Re: [MP3 ENCODER] gcc option for TAKEHIRO_IEEE754 hack

2000-09-16 Thread Sigbjørn Skjæret
I just made a new TAKEHIRO_IEEE754_HACK more ANSI C compliant. I think we can make it default for Intel architecture. This seems to work fine for PPC now (giving a speedboost of 10-15%), but 68k still doesn't work (tons of reservoir errors), IIRC, 68k doesn't use IEEE754 format at all -

[MP3 ENCODER] problem in layer2 decoding?

2000-09-16 Thread Gabriel Bouvigne
Here is the log: Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1998. E:\templame -h -b112 test.mp2 test.mp3 LAME version 3.87 (alpha 16, Sep 16 09:04)(http://www.sulaco.org/mp3/) Using polyphase lowpass filter, transition band: 13692 Hz - 14226 Hz Encoding test.mp2 to

Re: [MP3 ENCODER] problem in layer2 decoding?

2000-09-16 Thread Albert Faber
Gabriel, Post the file somewhere on mp3-tech.org or other ftp site , so we can take a look at the problem Albert - Original Message - From: "Gabriel Bouvigne" [EMAIL PROTECTED] To: "LAME Developers" [EMAIL PROTECTED] Sent: Sunday, September 17, 2000 1:11 AM Subject: [MP3 ENCODER]

[MP3 ENCODER] mp3 wav header

2000-09-16 Thread Gabriel Bouvigne
I've got a question: is there any program allowing to add a wav header to an mp3 file? Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] problem in layer2 decoding?

2000-09-16 Thread Gabriel Bouvigne
Gabriel, Post the file somewhere on mp3-tech.org or other ftp site , so we can take a look at the problem The file is on gabriel.mp3-tech.org -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3 ENCODER mailing list (

Re: [MP3 ENCODER] mp3 wav header

2000-09-16 Thread Albert Faber
CDex does, use the Convert MP3-RIFF-WAV option Albert http://www.cdex.n3.net/ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] - Original Message - From: "Gabriel Bouvigne" [EMAIL PROTECTED] To: "LAME Developers" [EMAIL PROTECTED] Sent: Sunday, September 17, 2000 1:55 AM Subject:

[MP3 ENCODER] problems in main.c with MSVC 5

2000-09-16 Thread Joshua Bahnsen
The most recent main.c in CVS does not compile correctly for me with MSVC 5. Worked fine last night, not now. main.c main.c(48) : error C2065: 'sample_t' : undeclared identifier main.c(48) : error C2146: syntax error : missing ';' before identifier 'Buffer' main.c(48) : error C2065: 'Buffer' :

[MP3 ENCODER] Conformed all this-is-included-defines...

2000-09-16 Thread Sigbjørn Skjæret
I just conformed all this-is-included-defines (f.ex. UTIL_H_INCLUDED) to the 'project_file_name' style (f.ex. LAME_UTIL_H), this gives a good unique name that shouldn't clash with any other defines (internal or system) already existing... I know it might seem rash touching so many files at once,

Re: [MP3 ENCODER] mp3 wav header

2000-09-16 Thread Sterling Windmill
WaveMP3 will do this, I can e-mail it if you'd like. From: "Gabriel Bouvigne" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "LAME Developers" [EMAIL PROTECTED] Subject: [MP3 ENCODER] mp3 wav header Date: Sun, 17 Sep 2000 01:55:37 +0200 I've got a question: is there any program allowing to