Re: [MP3 ENCODER] lame exit problems

2000-07-10 Thread Jose Mejuto
At 22:56 09/07/00 -0400, you wrote: 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

Re: [MP3 ENCODER] ACM (2)

2000-06-23 Thread Jose Mejuto
At 23:10 22/06/00 +1200, you wrote: It was Acy Stapp not Mark T that had a look at doing it but apparently the Windows ACM doesn't support VBR and I think it was abandoned. I'm not sure where the problem is because I'm fairly sure that the Fraunhofer ACM does play VBR MP3 WAV files. Hello,

Re: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Jose Mejuto
At 09:24 28/05/00 +0200, you wrote: Normalization consists of determining the output leven of the audio data, and then multiplying the audiodata with a certain factor so that the highest value becomes 95 or 99% of the absolute maximum (plus or minus 32768). The trick is twofold: First of all,

[MP3 ENCODER] Audio format

2000-05-17 Thread Jose Mejuto
Hello, Does anybody know what is the audio format of the EXE (Windows) files that are located in this server ? http://www.globalmusic.com/cybermp4/ They say that it is MP4, but what is MP4 ? AAC ? If this is really off topic replay to my mailbox [EMAIL PROTECTED] -- MP3 ENCODER mailing list

Re: [MP3 ENCODER] FhG Codec Versions

2000-04-11 Thread Jose Mejuto
At 02:14 12/04/00 +0600, you wrote: Fraunhofer Internal Codec [Released 1996] I know that at least 4 versions of this codec has been released all of them with different results. Probably they have the same engine but... -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] (MP3 ENCODER) Downsampling

2000-04-04 Thread Jose Mejuto
At 13:20 03/04/00 -0600, you wrote: After talking to Scott quite a bit about this in #mp3encoder, (and not [...] does a lot of lowpass filtering which removes most of the aliasing caused by bad resampling) Hello, I am looking for free routines to up/downsampling audio for my freeware project.

Re: [MP3 ENCODER] using lame363 for shuttle transmission

2000-02-18 Thread Jose Mejuto
At 07:48 15/02/00 -0700, you wrote: Declaring avg_slots_per_frame "volatile" (line 547 in lame.c) fixes it in some cases. I was using the following test options, with fools.wav as my source Delcaring it volatile (what does that do?) or static changes the As far as I know "volatile" means

Re: Re[3]: [MP3 ENCODER] highq mode

2000-02-04 Thread Jose Mejuto
y "lame 2 file.asc more file.asc". Well, it works here on OS/2 anyway. Dont know about Windows. Windows Command.com does not support stderr redirection AFAIK, but if you use 4DOS from JPSoftware you can write: Lame | more or better "Lame | List /s" -- Jose Mejuto http://www.cdngo.

Re: [MP3 ENCODER] Question about LAME_Enc.DLL

2000-02-03 Thread Jose Mejuto
At 15:07 03/02/00 +0100, you wrote: Hi, I'm trying to use Lame_Enc.DLL. The import of the functions seems to be good. I can get the version Number. But when I want to call beInitStream it fails with an error 2. With BladeEnc.DLL all works well. Did anything change in the structures format, or