[MP3 ENCODER] Lame 3.51 with DJGPP

2000-01-20 Thread Joshua Bahnsen
Has anyone else compiled Lame 3.57+ using DJGPP? I used pgcc-2.95.3 that I compiled myself. Lame is the only thing that I've had problems with... The latest version that I compiled is 3.61Beta and it compiles without many problems, I've had to tweak a few things, but all in all, nothing major that

[MP3 ENCODER] What is going on?

2000-01-23 Thread Joshua Bahnsen
Ok I compiled lame 3.61 with DJGPP and I also compiled it with MSVC++ 5 SP3. I encoded the exact same file with the same options but I used GNU diff and it said the the files differed. Is this because the DOS version input is handled by libsndfile and the Win32 version is not? Both resulting

[MP3 ENCODER] problems with HQ mode in latest CVS

2000-03-26 Thread Joshua Bahnsen
If I try to encode ANY file with high quality on it crashes right at the end with MSVC 5 and it doesn't work at all with the Intel Compiler. There are no error codes except this. This is the exact output.   C:\audiograbber>lame -h -k -b 160 -d -m s 1.wavLAME version 3.66 (www.sulaco.org/mp3)

Re: [MP3 ENCODER] problems with HQ mode in latest CVS

2000-03-26 Thread Joshua Bahnsen
or message similar to the one I posted. So it gets cut off a little at the end. Joshua Bahnsen - Original Message - From: "Mark Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 26, 2000 8:50 PM Subject: Re: [MP3 ENCODER] problems with HQ mode in

[MP3 ENCODER] Filters

2000-03-30 Thread Joshua Bahnsen
assume that encoding at 160 and 192 with recent versions of lame, it just gives the opportunity for higher samples because there is more to work with, right?   Joshua Bahnsen

[MP3 ENCODER] Another question with filters/mp3enc 3.1

2000-03-31 Thread Joshua Bahnsen
This is another question with filters, I guess. I am looking to encode my entire Smashing Pumpkins CD collection, I previously did this back in mid 1998, but then I used bladeenc because, at the time, it was the fastest encoder I had access to. Now that they have a new album, I figured I wou

Re: [MP3 ENCODER] V3.70 Default Mode

2000-04-03 Thread Joshua Bahnsen
. Joshua Bahnsen - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 03, 2000 1:57 PM Subject: Re: [MP3 ENCODER] V3.70 Default Mode Takehiro Tominaga schrieb am Mon, 03 Apr 2000: > It's not mistake. maybe

Re: [MP3 ENCODER] V3.70 Default Mode

2000-04-03 Thread Joshua Bahnsen
As an addition to my last email, I thought joint stereo was slower than normal stereo, but with the binary I compiled with the Intel compiler, it's still a good 5-6 percent faster than MSVC. Joshua Bahnsen -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] V3.70 Default Mode

2000-04-04 Thread Joshua Bahnsen
seems to be joint stereo with the Intel compiler and stereo > > with MSVC 5, I encoded the same file with the same options with executables > > that I compiled with both MSVC 5 and the Intel Compiler 4.5. I used both the > > 3.70 branch and the 3.80 alpha branch, both do the s

Re: [MP3 ENCODER] V3.70 Default Mode

2000-04-04 Thread Joshua Bahnsen
y changing the if statement to: > >if (compression_ratio < 9.0) { > > ? > > Thanks, > Mark > > > > > From: "Joshua Bahnsen" <[EMAIL PROTECTED]> > > Date: Tue, 4 Apr 2000 09:16:50 -0400 > > > > To make sure I wasn't jus

[MP3 ENCODER] I feel pretty stupid

2000-04-10 Thread Joshua Bahnsen
I just noticed that my web page is linked from the LAME web page. I think I should actually keep out with it. I'm going to switch back to MSVC instead of intel, mainly because it will actually work with NT/2000 better.   Joshua Bahnsen

[MP3 ENCODER] Compiling with DJGPP 2.03

2000-04-23 Thread Joshua Bahnsen
I haven't tried to compile lame with DJGPP in like 2 or 3 months, but when I tried this time, I run into MAJOR problems with formatBitstream.c. Many undefined symbols and parse errors and various other problems. I never ran into any problems when I tried to compile before. Any suggestions, I'm usi

RE: [MP3 ENCODER] Compiling with DJGPP 2.03

2000-04-25 Thread Joshua Bahnsen
Good call! Thanks a million. That was too simple, guess I need to learn more. Josh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of spahm . Sent: Monday, April 24, 2000 11:44 PM To: [EMAIL PROTECTED] Subject: Re: [MP3 ENCODER] Compiling with DJGPP 2.03 T

[MP3 ENCODER] A nifty winamp EQ plugin

2000-05-01 Thread Joshua Bahnsen
If you are looking for a great EQ plugin for winamp, I suggest you look at DFX 3.0. It works GREAT! It gives it a total full sound. I can't stand to listen to mp3s anymore without this plugin. http://www.winamp.com/customize/detail.jhtml?componentId=11493 Josh -- MP3 ENCODER mailing list ( http

RE: [MP3 ENCODER] new in_mpg123

2000-05-01 Thread Joshua Bahnsen
I've been using this since you posted this message, I've played quite a few mp3s and it refused to play one mp3. I was playing a playlist for an album and it just skipped right over it. So I tried to just open that one file and it doesn't play it. I know it was encoded with the Radium enhanced cod

RE: Re[2]: [MP3 ENCODER] new in_mpg123

2000-05-02 Thread Joshua Bahnsen
This could possibly help, but most of the mp3s I play are on CD already. :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of E. Zann Sent: Tuesday, May 02, 2000 2:51 AM To: Joshua Bahnsen Subject: Re[2]: [MP3 ENCODER] new in_mpg123 Hi guys, K> I ca

RE: [MP3 ENCODER] Hardware reccomendation

2000-05-06 Thread Joshua Bahnsen
My friend has a P166, 64 MB of RAM, he got .80 or so with -h, .90 with it off and 1.3 with -f. I had a P200, 128 MB of RAM, and I got realtime with -h. With the 233 I have now it's not much faster. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ivo Sent:

[MP3 ENCODER] CVS VBR Problems

2000-05-21 Thread Joshua Bahnsen
any combination I can think of to see if it works. Same thing every time.   Windows 98 SE is my OS. MSVC 5 the compiler.   Joshua Bahnsen   BTW,   I said screw the web page, I didn’t feel like updating. I’ve got better things to do.

[MP3 ENCODER] Problems enabling MMX with MSVC 5

2000-05-29 Thread Joshua Bahnsen
I defined "MMX_choose_table" using MSVC 5 and I came across problems in takehiro.c. It said, "long" followed by "long" is illegal. I compiled it with DJGPP with MMX support enabled and it compiled without any errors in takehiro.c. -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

RE: [MP3 ENCODER] Problems enabling MMX with MSVC 5

2000-05-30 Thread Joshua Bahnsen
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mathew Hendry Sent: Monday, May 29, 2000 9:46 PM To: [EMAIL PROTECTED] Subject: Re: [MP3 ENCODER] Problems enabling MMX with MSVC 5 > From: "Joshua Bahnsen" <[EMAIL PROTECTED]> > > I defined "MMX_choose_table&quo

RE: [MP3 ENCODER] Problems enabling MMX with MSVC 5

2000-06-01 Thread Joshua Bahnsen
lf Of Takehiro Tominaga Sent: Thursday, June 01, 2000 8:31 AM To: [EMAIL PROTECTED] Subject: RE: [MP3 ENCODER] Problems enabling MMX with MSVC 5 >>>>> "J" == Joshua Bahnsen <[EMAIL PROTECTED]> writes: J> I just realized that MMX_choose_table was never defined

[MP3 ENCODER] --cwlimit option

2000-06-04 Thread Joshua Bahnsen
What really does the cwlimit option do/change? That is one thing I am clueless on. -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] new VBR code

2000-07-03 Thread Joshua Bahnsen
Is it just me, or is it virtually impossible to encode VBR files with the new VBR code with switches like this "-X 6 -V 0 -q 1 -b 128 -B 128 -F"? Because it takes like 4 hours per song to encode. With the old VBR code it takes 4-6 minutes. Something has changed I take it? Josh -- MP3 ENCODER mai

[MP3 ENCODER] README.DJGPP

2000-07-04 Thread Joshua Bahnsen
Was I reading a joke or what? I don't know about the "Crud" directory with all of the *.c and *.h files... Or any of the other suggestions in this readme. Why not use the Makefile? I know you have to download GNU make, but it's all right there at the same place to download. You'd need gcc, binutil

RE: [MP3 ENCODER] new VBR code

2000-07-08 Thread Joshua Bahnsen
I was just testing something that I read in an earlier message, someone had said that they acheived greater quality by using -b %rate% -B %rate%. I don't use it for anything I encode, I was just testing out the VBR code. I never noticed any better quality personally. -Original Message- F

RE: [MP3 ENCODER] Makefile.djgpp

2000-07-08 Thread Joshua Bahnsen
Ar is part of the GNU binutils package. DJ Delorie has updated the binary version of binutils to the 2.10 (the latest) the file name is bnu210b.zip. This is from the manual page for ar. "The GNU ar program creates, modifies, and extracts from archives. An archive is a single file hold

[MP3 ENCODER] id3 tag support

2000-07-08 Thread Joshua Bahnsen
Has there ever been any thought of using something like id3lib http://id3lib.sourceforge.net to handle tagging? -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] lame exit problems

2000-07-09 Thread Joshua Bahnsen
Is there any way to force a DOS box close after lame has completed encoding? With the Windows binary, it exits properly but with the DOS one it just says Finished and the box stays open. So if I'm using the DOS version to encode with say audiograbber, I can never get to the next track without manu

Re: [MP3 ENCODER] How to enable support for MMX/3D-Now/ISSE ?

2000-07-25 Thread Joshua Bahnsen
w how that naming scheme goes. I tried to hack around with a few things last night, with no luck, I just wanted to see it work. Joshua Bahnsen (in no way a programmer) - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesda

[MP3 ENCODER] GPSYCHO version numbering

2000-07-25 Thread Joshua Bahnsen
I was wondering if there was any reason why the printing of the GPSYCHO version number was commented out. I noticed a while back that it had no longer been appearing, I wondered if there was any reason for this, not that I really care what the version number is anyway.   Josh

Re: [MP3 ENCODER] How to enable support for MMX/3D-Now/ISSE ?

2000-07-26 Thread Joshua Bahnsen
Yes the output it identical. Josh - Original Message - From: "David Balazic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 26, 2000 4:07 AM Subject: Re: [MP3 ENCODER] How to enable support for MMX/3D-Now/ISSE ? > Alberto García wrote: > > > > On Wed, 26 Jul 2000, Fra

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

2000-08-09 Thread Joshua Bahnsen
mpxplay is a decent DOS mp3 player. - Original Message - From: "Nathan Blomquist" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 09, 2000 2:08 PM Subject: [MP3 ENCODER] 16-Bit DOS LAME Binaries > I was wondering if anyone would be or knows anyone who would be intere

Re: Re[2]: [MP3 ENCODER] compiling plug-ins w/ Cygwin gcc

2000-08-16 Thread Joshua Bahnsen
I see in the Makefile that __NO_MATH_INLINES was added to fix a bug in gcc 2.8+, what bug is this, what does this do and why do you have it defined? And what is RH_AMP? Josh - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 16

Re: Re[2]: [MP3 ENCODER] compiling plug-ins w/ Cygwin gcc

2000-08-16 Thread Joshua Bahnsen
Another question would be, what version of gcc and binutils is being used for DJGPP. I personally am using pgcc 2.95.3 and binutils 2.10, both of which I compiled. That could make a difference. I'm still trying to figure out why MMX_choose_table does not work (at least for me) with DJGPP. I found

[MP3 ENCODER] MMX with DOS

2000-08-21 Thread Joshua Bahnsen
7;m just happy I got it to work properly. I learned a few things about nasm tonight anyway. Joshua Bahnsen -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] MMX with DOS

2000-08-21 Thread Joshua Bahnsen
By the way, COFF (the objcet file format that DJGPP uses) doesn't support the align qualifier, which is why I removed it, afaik, nasm 0.98 doesn't complain about this, but the version I have, a patched version to 0.98.1 does complain, I also read the nasm docs and it says it in there... Maybe that

[MP3 ENCODER] more MMX DOS stuff

2000-08-22 Thread Joshua Bahnsen
Well I've got some modifications to nasm.h and Makefile.DJGPP that should do the trick to get the MMX functions to work right, very simple, but it works... Makefile.DJGPP nasm.h

[MP3 ENCODER] Is it just me?

2000-08-26 Thread Joshua Bahnsen
Is it just me or has no one else gotten an email in like 3 days?? -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] test please ignore

2000-08-31 Thread Joshua Bahnsen
I've had problems reaching sites in Sweden lately, I can't hit anything in Sweden and then all of a sudden, it works... That may have something to do with the mailing list problems. - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Aug

[MP3 ENCODER] problems decoding with latest CVS version

2000-09-01 Thread Joshua Bahnsen
When using the latest CVS code, I cannot decode mp3s any longer it gives me this error Bitrate 9 kbps not legal for 44100 Hz output sampling This is a 192 kBits 44.1 Stereo mp3. I've tried many different files, all with the same result. Josh -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3e

Re: [MP3 ENCODER] Please stop breaking LAME... ;)

2000-09-03 Thread Joshua Bahnsen
Are you sure about that? The Layer2 decoding code doesn't compile for me, and when I try to decode it says something about bug!!?? or something like that, every file I try to decode does it (mp3, I disabled layer1 and layer2 for now just so it would compile). Josh "Sigbjørn Skjæret" wro

Re: [MP3 ENCODER] lame source C++ compatible?

2000-09-05 Thread Joshua Bahnsen
Now wouldn't a run at compile time mp3 encoder be awesome?? I actually know BASIC, maybe I'll try it, I bet it will be just as good as the sample nibbles code for QBASIC... Yeah, or maybe the NES emulator. ;-) It's REALLY fast, yeah! Josh - Original Message - From: <[EMAIL PROTECTED]> To:

[MP3 ENCODER] normalization

2000-08-15 Thread Joshua Bahnsen
What exactly does normalizing a WAV file do? Is there a switch that is set that tells the volume to play back or something??? This is confusing me. Does it affect quality at all? Josh -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] changes to version.c

2000-09-10 Thread Joshua Bahnsen
#include "sndfile.h" should be added to version.c on or around line 25, sf_get_lib_version is undefined otherwise. Of course it only makes a difference if you use libsndfile, but it caused me a problem. Joshua Bahnsen -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: Re[2]: [MP3 ENCODER] Ogg Vorbis beta 2 still has a long way to go.

2000-09-14 Thread Joshua Bahnsen
on an *mp3* encoder mailing list your feelings? Is Ogg Vorbis a final release? No, can you do better. Absolutely not. Beta means "not entirely stable", work in progress; there are bugs to be fixed. Here's my opinion, you're an asshole. But that's my opinion, so I guess it'

Re: Re[2]: [MP3 ENCODER] Ogg Vorbis beta 2 still has a long way to go.

2000-09-15 Thread Joshua Bahnsen
always IMNSHO) to understand Roel's e-mail > as a chance to improve OGG VORBIS. > > BTW, please explain: am I allowed to report an OGG VORBIS bug just if > and when you ask me? > > Just my $0.02, > > Heribert. > > PS: > I don't know Roel personally. > >

[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' : un

[MP3 ENCODER] ALLOW_MIXED

2000-09-24 Thread Joshua Bahnsen
If defined, what does ALLOW_MIXED do? josh -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
I'm not sure when, but recently (within the last 2 days) int64 is undefined for me compiling with DJGPP. I defined it in machine.h as a hack for me for now, but it doesn't compile "out of the box", well only when using MMX_choose_table. I can no longer use any optimzation higher than -O2, I never

Re: [MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
As a side note, I figured out the optimization problem, it was a faulty build of the binutils package I was using. Joshua Bahnsen - Original Message - From: "Joshua Bahnsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 7:19 PM Subjec

Re: [MP3 ENCODER] int64

2000-09-24 Thread Joshua Bahnsen
I'm using the configure generated Makefile that I've changed to suit my needs. - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 7:55 PM Subject: Re: [MP3 ENCODER] int64 Hi Joshua > I'm not sure when, but recently

[MP3 ENCODER] problem with configure

2000-09-26 Thread Joshua Bahnsen
I don't have gtk-config on my system so when configure searches for it it returns no like it should, but then it tries to run the program "no", I assume to get the version # of gtk or something. So then in the makefile HAVEGTK is defined even though I don't have it... Josh -- MP3 ENCODER mailing

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

2000-09-28 Thread Joshua Bahnsen
As a side note to this question, is there a downside to using --nspsytune, besides being slower, it sounds better. Josh - Original Message - From: "Roel VdB" <[EMAIL PROTECTED]> To: "Robert Hegemann" <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2000 7:14 PM Subject: Re[6]: [MP3 ENCOD

[MP3 ENCODER] Intel Compiler

2000-09-28 Thread Joshua Bahnsen
There is only a problem with the Intel compiler if you compile on Win 95/98. If you actually use Win NT/2000 as your OS, binaries compiled with the Intel compiler run just fine on NT/2000 and ME/95/98. If you want an example, I've posted binaries of both VC5 and IC on http://www.geocities.com

Re: [MP3 ENCODER] Intel Compiler

2000-09-29 Thread Joshua Bahnsen
ced a difference. Josh - Original Message - From: "Robert Hegemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 29, 2000 10:00 AM Subject: Re: [MP3 ENCODER] Intel Compiler Joshua Bahnsen schrieb am Fre, 29 Sep 2000: > > There is only a problem

[MP3 ENCODER] new audiograbber version 1.70 (not really that new)

2000-10-08 Thread Joshua Bahnsen
There is a new version of audiograbber available 1.70. It does have better support for the lame dll and includes support for the vorbis dll. I was only mentioning it because of the improved support for the lame dll. I personally prefer cdex now, but I used audiograbber almost exclusively, audiogra