Re: [MP3 ENCODER] 3.84beta is out, default VBR mode = old VBR mode

2000-07-01 Thread Osamu Shigematsu
Hello, everyone. I just upload my Macintosh port at: http://isize.egroups.co.jp/files/lame-dev/ Thanks. -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] new common macro

2000-06-23 Thread Osamu Shigematsu
status; } Or for Windoze, int StopAlertf(char* format, ...) { int status; va_listlist; char buf[256]; va_start(list, format); status = vsprintf(buf, format, list); MessageBox(NULL, buf, "LAME error", MB_OK); return status; } -- Osamu Shigematsu mai

[MP3 ENCODER] Normalize audio input

2000-05-25 Thread Osamu Shigematsu
Hello, all. I would like to normalize (maxmize) and trim silent part from input audio data. I'm going to add both routine into get_audio.c (I don't use libsndfile). Does anybody know how to do that or such sound libraries? TIA -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER

[MP3 ENCODER] cast problem in takehiro.c

2000-05-21 Thread Osamu Shigematsu
'int *' to 'unsigned int *' takehiro.c line 462 r1t = choose_table(ix + a1, ix + a2, bits); Error : cannot convert 'int *' to 'unsigned int *' takehiro.c line 490 r2t = choose_table(ix + a2, ix + bigv, bits); -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http

Re: [MP3 ENCODER] type mismatch error in quantize-pvt.c line 1088

2000-05-21 Thread Osamu Shigematsu
Hello, Robert. on 00.5.21 8:41 PM, Robert Hegemann at [EMAIL PROTECTED] wrote: Hi, the correct fix looks like this: if (scalefac-l[sfb]0) Oh, thank you. I will replace that code. -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Macintosh LAME port (based on 3.61 and CocaCoder)

2000-01-27 Thread Osamu Shigematsu
this URL. That file is only binary compressed with StuffIt 5.x, not source. I also send a CD ripper code to the auther of Mac BladeEnc. Hope MP3 becomes more popular and easy to use. Thanks. -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se

Re: [MP3 ENCODER] NOPOW define added in CVS...

2000-01-27 Thread Osamu Shigematsu
. Just guess. No test. -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] calulation speed between float and double

2000-01-26 Thread Osamu Shigematsu
s everyone think about unifing float size to 32bit? It has merit to x86, or other CPU? -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] calulation speed between float and double

2000-01-26 Thread Osamu Shigematsu
)-0.000198412698412698412526317115478490f; x *= x2; s += x * (FLOAT) 0.027557319223985892510950593270458000f; if ( t 1 ) s = -s; return s; } -- Osamu Shigematsu mailto:[EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Creating code resource for Mac

1999-12-20 Thread Osamu Shigematsu
. Or is there any port for DLLs which return an error code, never quit in the L.A.M.E.? -- Osamu Shigematsu http://www.ravi.ne.jp/ -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] twinvq

1999-11-25 Thread Osamu Shigematsu
(irc.dal.net), are good places to check it out. -- Osamu Shigematsu http://www.ravi.ne.jp/ -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: Re : [MP3 ENCODER] 32K limit (was Greetings)

1999-11-09 Thread Osamu Shigematsu
Hello, Lionel. on 99.11.9 6:18 PM, Lionel Bonnet at [EMAIL PROTECTED] wrote: The 32K limit doesn't really exists on PowerPC : in each application memory zone, you have the stack zone and the heap zone.There is a default stack zone(32 K)but if you want to increase it, you must change the

Re: [MP3 ENCODER] Greetings

1999-11-08 Thread Osamu Shigematsu
Hello, Ben. on 99.11.8 5:01 PM, "Ben \"Jacobs\"" at [EMAIL PROTECTED] wrote: 1. In C/C++ Language settings panel, try disabling "ANSI Strict". I think that will allow you to compile the //-style comments. I also solve this way, though, this is not good solution. The best way is to fix

Re: [MP3 ENCODER] 32K limit (was Greetings)

1999-11-08 Thread Osamu Shigematsu
Hello, Mark. on 99.11.9 10:29 AM, Mark Taylor at [EMAIL PROTECTED] wrote: I've got so many patches which change all the c++ comments to c style, I finally gave in and got rid of all the //'s :-) Thank you very much for your job! 2. To solve the problem of local data 32k in file "lame.c", I

[MP3 ENCODER] Greetings

1999-11-03 Thread Osamu Shigematsu
Hello, LAME developers. This is the first time for me to post the message to this community. So please let me allow introduce myself. My name is Osamu Shigematsu, and now porting LAME to Macintosh. My work had done and now optimizing the code for Macintosh. I'm newbie, though, I uploaded both