Re: [MP3 ENCODER] Normalize audio input

2000-05-29 Thread Niklas Matthies
On Sun, May 28, 2000 at 03:32:39PM -0600, Mark Taylor wrote: [...] Or am I just too paranoid about normalizing to 16bit integer values? -- Niklas I also worry about this, but usually there are much bigger problems to worry about :-) Right now, the resampling and the stereo-mono

Re: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Gerben
About the normalizing: The link was wrong. It should be this one: http://www.audiograbber.com/normalize.html Audiograbber has some advanced settings for normalization, but I have yet to find a program to use a sliding scale (equivalent to your father controlling the volume button, ensuring the

Re[2]: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Roel VdB
Hello Gabriel, Saturday, May 27, 2000, 2:44:36 PM, you wrote: GB Good point here. If I'm not too wrong, a kind of normalization can be done GB by just changing the scalefactor value. In this case, such an option would not change the GB encoding process. Lame could encode each frame as usual,

Re: Re[2]: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Gabriel Bouvigne
This "scalefactor", would this touch the "non uniform quantization" as described in the Davis Yen Pan doc? free quote: LIII raises input to 3/4th power to get more consistent SN ratio over the range of quant values. It would be easier to try answering your question after looking at this doc,

Re[4]: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Roel VdB
Hello Gabriel, Sunday, May 28, 2000, 12:09:47 PM, you wrote: This "scalefactor", would this touch the "non uniform quantization" as described in the Davis Yen Pan doc? free quote: LIII raises input to 3/4th power to get more consistent SN GB ratio over the range of quant values. GB It would

Re: Re[2]: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Gabriel Bouvigne
- Original Message - From: Roel VdB [EMAIL PROTECTED] To: Gabriel Bouvigne [EMAIL PROTECTED] Sent: Sunday, May 28, 2000 4:06 AM Subject: Re[2]: [MP3 ENCODER] Normalize audio input Hello Gabriel, Saturday, May 27, 2000, 2:44:36 PM, you wrote: GB Good point here. If I'm not too wrong

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,

Re: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Mark Taylor
Hello Gabriel, Saturday, May 27, 2000, 2:44:36 PM, you wrote: GB Good point here. If I'm not too wrong, a kind of normalization can be done GB by just changing the scalefactor value. In this case, such an option would not change the GB encoding process. Lame could encode each

Re: [MP3 ENCODER] Normalize audio input

2000-05-28 Thread Mark Taylor
I just want to know how can I normalize, and I didn't ask how about expand LAME to support normalization. But wouldn't a lame-integrated normalization (i.e. scaling of the sample values) improve quality over a seperately done normalization, because the intermediate results would be

[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

Re: [MP3 ENCODER] Normalize audio input

2000-05-25 Thread Robert Hegemann
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] I