[MP3 ENCODER] AWS

1999-05-20 Thread Gabriel Bouvigne
In the experimental file do the folowing changes: l 574: switch_pe+=80; l 594: switch_pe -=350; it seems to work better like this. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

[MP3 ENCODER] extra fast mode

1999-05-21 Thread Gabriel Bouvigne
I added an "extra fast" mode. The quality is lower, but in some cases it might be usefull, as an example if someone with a slow computer needs realtime encoding from stdin Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org musicin.c

Re: [MP3 ENCODER] LAME even faster

1999-05-21 Thread Gabriel Bouvigne
You apply them by hand? Don't you have "patch"? I'm under win32 Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

[MP3 ENCODER] patch

1999-05-21 Thread Gabriel Bouvigne
, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

Re: [MP3 ENCODER] LAME 3.04

1999-05-22 Thread Gabriel Bouvigne
In fact this extra-speed trick is borrowed from the old xing encoders. It was one of the secrets of theyr speed. Another is that they don't choose what huffman table to use, they only got one for long blocks and one for short ones. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3

Re: [MP3 ENCODER] misc questions

1999-05-24 Thread Gabriel Bouvigne
Just a clarification: I didn't meant that the fft you done is not optimal, but that 1024 is perhaps not optimal Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Gabriel Bouvigne [EMAIL PROTECTED] À : [EMAIL PROTECTED

[MP3 ENCODER] Time

1999-05-24 Thread Gabriel Bouvigne
Anyone knows how much time is spent in each function? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

Re: [MP3 ENCODER] FFT's in LAME

1999-05-24 Thread Gabriel Bouvigne
I remember seeing a 768 points FFT somewhere just before an adaptation of KLT for mp3 encoding. The problem is to remember where I saw it. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL

[MP3 ENCODER] mixed block

1999-05-26 Thread Gabriel Bouvigne
we'll be able to produce mixed blocks Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

[MP3 ENCODER] MPEG2

1999-05-28 Thread Gabriel Bouvigne
Does anyone plans to do something with the mpeg2-lsf, or can we remove it? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list

[MP3 ENCODER] Updated documentation

1999-05-29 Thread Gabriel Bouvigne
Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org doc.zip

[MP3 ENCODER] encoder timings

1999-05-31 Thread Gabriel Bouvigne
Celeron 450mHz, 192M sdram Faithless - Sunday 8pm track 7 (God is a dj) - 481s *** Lame pre11 (compiled with VC++) -m s -f _ 141s _ 3.43x -m f -f _ 147s _ 3.29x -f _ 151s _ 3.20x -m f _ 261s _ 1.85x -m s _ 275s _ 1.76x default settings _ 337s _ 1.43x

[MP3 ENCODER] VBR suggestions

1999-06-04 Thread Gabriel Bouvigne
(finished==false) { try encoding; if (over alwaysover_limit) bitrate++; if (there are 2 over =over_limit) bitrate--; else finished=true; } this would allow real VBR with full bitrate range, and beeing faster than current algorithm Regards, Gabriel

[MP3 ENCODER] VBR and byte reservoir

1999-06-06 Thread Gabriel Bouvigne
Do we really need byte reservoir when using vbr? I'd like to hear opinions about it from various people, as I can't choose the answer myself. I've got pros and cons about it in my head Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER

Re: [MP3 ENCODER] VBR suggestions

1999-06-06 Thread Gabriel Bouvigne
choose. The other thing I'm quite sure is that they don't choose what huffmann table to use, they only use a fixed one. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL PROTECTED] À : [EMAIL PROTECTED

Re: [MP3 ENCODER] VBR and byte reservoir

1999-06-06 Thread Gabriel Bouvigne
I was thinking about completely remove it when VBR Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé : lundi 7 juin 1999 00:46 Objet : Re: [MP3 ENCODER] VBR

Re: [MP3 ENCODER] limit bitrate switches

1999-06-08 Thread Gabriel Bouvigne
I've got a paper about an enhanced psy model somewhere on my hard drive. I'll search about it. I'll put it on my site as soon as I'll found where it is. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL

[MP3 ENCODER] min kbps with VBR

1999-06-09 Thread Gabriel Bouvigne
Why did you changed the min bitrate? It won't change a lot the file size, but I don't understand why did you done this. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Xing's VBR header

1999-06-09 Thread Gabriel Bouvigne
in the header. Ok, it will not be recognized by some players, but they only have to change a string comparison to be able to work. We just have to drop a mail to the mp3 player programmers, and they'll probably fix it. I really wouldn't like the see an "Xing" string in lame Gabriel Bouvign

Re: [MP3 ENCODER] lame 3.12pre5

1999-06-11 Thread Gabriel Bouvigne
YES, that's wonderfull, please remove the ISO psy-model. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé : vendredi 11 juin 1999 09:06 Objet : [MP3 ENCODER] lame

[MP3 ENCODER] one FFT for 2 channels

1999-06-11 Thread Gabriel Bouvigne
tails about those algorithms may be found in [3]. [3] W. Press, S.A. Teukolsky, W.T. Vetterling, B. O. Flamery Numerical Recipes, The Art of Scientific Computing Cambridge University Press, 1992" Does anyone think that it could save time? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 121

[MP3 ENCODER] qdesign

1999-06-18 Thread Gabriel Bouvigne
qdesign announced an mp3 encoding library with the quality of FhG and the speed of Xing. Does anyone think it's possible? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] a few little speed ups

1999-06-27 Thread Gabriel Bouvigne
a few speed ups in iteration_loop Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org loop.c

[MP3 ENCODER] sorry

1999-06-27 Thread Gabriel Bouvigne
forget my last post, it seems that I've broken something Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] new time calculation

1999-06-28 Thread Gabriel Bouvigne
I don't know if anyone reported it, but the new time calculation loop doesn't work on win32. sys/times.h doesn't exist under VC++, so I used the previous loop instead of the current one. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER

[MP3 ENCODER] joint stereo

1999-06-29 Thread Gabriel Bouvigne
Did you noticed than using VBR, joint stereo files are bigger than regular stereo ones? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Re: 5 dB reduction

1999-06-29 Thread Gabriel Bouvigne
lame -b 32 -V 0 -m s track7.wav track7j.mp3 :150kbps lame -b 32 -V 0 -m s -X track7.wav track7j.mp3 : 213kbps It's perhaps a too high increase. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] quantization error

1999-06-29 Thread Gabriel Bouvigne
Yes, it's better like this. I apologize for my mistake. It seems that the ISO ATH is computed from this formula, as it gives the exact same values as most of those mentionned in tables D1. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message

Re: [MP3 ENCODER] Re: 5 dB reduction

1999-06-29 Thread Gabriel Bouvigne
I'm not sure that -X always contributes to reduce the artifacts. They may be caused by something else, but the question is what? Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Macik [EMAIL PROTECTED] À : LAME Developers

Re: [MP3 ENCODER] bladeenc lgpl'd

1999-06-29 Thread Gabriel Bouvigne
I hope the server will survive to the slashdot effect ;-) Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Frank Baumgart [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé : mardi 29 juin 1999 23:38 Objet : Re: [MP3 ENCODER

Re: [MP3 ENCODER] 3.13+ compilation problems

1999-07-03 Thread Gabriel Bouvigne
Just undef HAVEGTK instead of commenting all the gtk lines. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Ryan Vanderwerf [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé : samedi 3 juillet 1999 05:07 Objet : [MP3 ENCODER

Re: [MP3 ENCODER] J-stereo @ 160Kbit/s and more VBR

1999-09-07 Thread Gabriel Bouvigne
a lot of user wanting a speech option in mp3 encoders. There was one with l3enc, but FhG dropped it in mp3enc. What about short blocks? Are they really usefull with voice coding? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing

Re: [MP3 ENCODER] Lame bug ?

1999-09-08 Thread Gabriel Bouvigne
First of all, those parameters are quite illogical. In VBR, the -b switch indicates the minimum bitrate. So he's encoding a vbr file with a minimum bitrate of 256kpbs, wich is quite useless. Regards, Gabriel - Original Message - From: Mikhail M. Fedotov [EMAIL PROTECTED] To: [EMAIL

Re: [MP3 ENCODER] MPEG2 Layer3

1999-09-29 Thread Gabriel Bouvigne
to a 128kbs frame for the Xing header, but I'd like to find out what Xing does first. Xing engine seems to be unable to produce an mpeg2 VBR file. With a 22kHz input file, it upsamples it to 44.1kHz when encoding. Why not using an mpeg1 vbr header with mpeg2 vbr files? Gabriel Bouvigne - France

Re: [MP3 ENCODER] LAME 3.34beta

1999-10-12 Thread Gabriel Bouvigne
I just wanted to notify that the voice option now only works (and is only tuned for) with 44.1kHz samples. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Mark Taylor [EMAIL PROTECTED] À : [EMAIL PROTECTED

Re: [MP3 ENCODER] LAME license, once again...

1999-10-14 Thread Gabriel Bouvigne
. As most of the Lame developpers are subscribed to this list, it would be nice for them to say if they are opposed to the use of Lame in commercial products. (because it'll be easier than to ask everyone if they agree) Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech

Re: [MP3 ENCODER] Voice mode

1999-10-15 Thread Gabriel Bouvigne
, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] toolame 01d (fwd)

1999-10-15 Thread Gabriel Bouvigne
very rare, but sometimes happens... (I only saw 1 bug with -O9 under gcc, and 1 internal compiler error under both gcc and egcs during the past years) Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] toolame 01d (fwd)

1999-10-15 Thread Gabriel Bouvigne
try to use it, but it can decide to ignore it. Yes please send me the ref offlist. In fact if we can probally take this discussion off list unless other are interested in it. I'm also interested in. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3

Re: [MP3 ENCODER] Win 95 / 98 Binaries

1999-10-24 Thread Gabriel Bouvigne
Binaries are available from mp3tech.org. Ps: Mark, I now think that you could put a link on the Website to these binaries Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Nick Burch [EMAIL PROTECTED] À : [EMAIL

Re: [MP3 ENCODER] Is Lame still an ISO encoder

1999-10-24 Thread Gabriel Bouvigne
I know it. What I meant is that Blade or 8Hz, as an example, are often called "iso encoders" because they just use the iso ref code without any quality change. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - D

[MP3 ENCODER] CVS

1999-01-02 Thread Gabriel Bouvigne
continue also to provide full tgz. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] history.html

1999-01-02 Thread Gabriel Bouvigne
About the html doc, I hope to be able to post a new one today. (but I must finish another work related to mp3 first) Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Takehiro Tominaga [EMAIL PROTECTED] À : [EMAIL

[MP3 ENCODER] html doc

1999-11-14 Thread Gabriel Bouvigne
Here is an updated html doc. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org html.zip

[MP3 ENCODER] mp3tech.org website

1999-11-14 Thread Gabriel Bouvigne
let me know. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] things still unused

1999-11-20 Thread Gabriel Bouvigne
of about 15% of the bitrate using this. *Inter-channel masking: Is this used by any mp3 encoder? What do you think about it? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] twinvq

1999-11-26 Thread Gabriel Bouvigne
incorporated in mpeg-4 natural audio, it can be considered as a good (future) commercial result. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] short blocks patch

1999-11-26 Thread Gabriel Bouvigne
Here is a little modification over the block switching to prevent switching in the case where the big surge is from the first subblock to the next ones. In this case, long block will only lead to a post echo of less than 20ms, wich won't be heard. Regards, Gabriel Bouvigne - France [EMAIL

Re: [MP3 ENCODER] quantization formula

1999-11-27 Thread Gabriel Bouvigne
about how .4054 could be optimal for any value? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] CVS and Win32

1999-11-28 Thread Gabriel Bouvigne
Anyone has some experience with cvs and win32? Where to find it? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] new FFT

1999-12-04 Thread Gabriel Bouvigne
on it (according to their website). If this is the case, it would be nice to share code with us. Any comment from anyone working for Proteron Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Lame 3.58

1999-12-04 Thread Gabriel Bouvigne
Perhaps it's time for a 3.58 release of source code? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Test and introduction...

1999-12-10 Thread Gabriel Bouvigne
Layer II VBR is ISO compliant. However, players are not required to support it (unlike layer III players). Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Patrick De Smet [EMAIL PROTECTED] À : [EMAIL PROTECTED

Re: [MP3 ENCODER] Using libm or not

1999-12-14 Thread Gabriel Bouvigne
Should we use libm library in linking ( -lm) or not ? There is no difference in CBR in quality (only speed). In VBR there is difference in byte by byte comparing, and libm is about 13% slower. Perhaps a stupid question, but what is libm ? Regards, Gabriel Bouvigne - France [EMAIL

Re: [MP3 ENCODER] bitrate_index question; prev. was Layer II VBR

1999-12-14 Thread Gabriel Bouvigne
384, free, 384, 192, free, free, etc ? Free bitrate isn't allowed to be mixed with any other bitrate. Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Psycho in fraunhofer's

1999-12-15 Thread Gabriel Bouvigne
subband, then the just higher,... Or perhaps an assymetrical process, as the very high frequencies are less important than the lowest ones, in term of quality. What do the people on this list think about such a bit allocation process starting from the middle subband? Regards, Gabriel Bouvigne

Re: [MP3 ENCODER] short blocks patch

1999-12-15 Thread Gabriel Bouvigne
rame1." Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org - Message d'origine - De : Takehiro Tominaga [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé : mercredi 15 décembre 1999 11:25 Objet : Re: [MP3 ENCODER] short blocks patch uum,,, why no o

Re: [MP3 ENCODER] filter options (and several questions)

1999-12-17 Thread Gabriel Bouvigne
pass filter would be nice, as no one is able to ear such frequencies, so why encoding them? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] filter options (and several questions)

1999-12-19 Thread Gabriel Bouvigne
adequate equipment this is noticable. It will make most music have a more muddy and boomy sound. I was speaking about a 15Hz HIGH-PASS filter, and not about any LOW-PASS filter. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER

Re: [MP3 ENCODER] mac encoder reviews

1999-12-28 Thread Gabriel Bouvigne
FhG encoders, like Audioactive or Producer, wich are better quality than l3enc 2.7x, but a little lower than mp3enc 3.1. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] html doc

1999-12-28 Thread Gabriel Bouvigne
Here's an update over the html doc. Mark (or someone else), could you please put it in the cvs, as I don't have cvs access during holidays. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org html.zip

[MP3 ENCODER] Updated HTML doc

2000-01-09 Thread Gabriel Bouvigne
Here is the updated html doc for the 3.59 release. Could anyone please put it in the cvs? Btw the link to the html doc wich is on the LAME page is broken. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org (temporary down, alternative url is http

Re: [MP3 ENCODER] turning -h to a quality setting

2000-01-20 Thread Gabriel Bouvigne
oft time-domain filtering", I'll have to update the documentation! To my mind "soft time-domain filtering" refers to true time domain filter instead of the "MDCT decimation". (here it is, you've got a name for this) Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] i

Re: [MP3 ENCODER] highq mode

2000-02-01 Thread Gabriel Bouvigne
totally backward compatible with the options controlled by the switch. Just a personnal opinion... Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org (temporary down, alternative url is http://mp3tech.tsx.org ) -- MP3 ENCODER mailing list ( http://geek.rcc.se

[MP3 ENCODER] different block types for each channel

2000-02-06 Thread Gabriel Bouvigne
While trying to find a sample where different block types for each channel could help, I saw that this option (-d) was always enable. It the -d switch now obsolete? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org (temporary down, alternative url

[MP3 ENCODER] Patents info

2000-03-24 Thread Gabriel Bouvigne
, -- Gabriel Bouvigne - France www.mp3tech.org (temporary down, please use http://mp3tech.tsx.org instead) -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] some MSVC questions

2000-03-25 Thread Gabriel Bouvigne
able Code Generation: Pentium Pro Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org (temporary down, alternative url is http://mp3tech.tsx.org ) -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Proteron

2000-03-25 Thread Gabriel Bouvigne
Now Proteron also got a windows encoder. So the questions are: is it also based on Lame like n2mp3? if this is the case, why is this company earning money from other's work? Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3tech.org (temporary down

Re: [MP3 ENCODER] Masking in stereo

2000-03-30 Thread Gabriel Bouvigne
with and without Lame JS in order to see if surround info is preserved or not? Regards, -- Gabriel Bouvigne - France www.mp3tech.org (temporary down, please use http://mp3tech.tsx.org instead) -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] the road to next(v4.00?)

2000-04-09 Thread Gabriel Bouvigne
available MP3 players? Such high bitrates are allowed, but are required to be constant bitrate only. About the players, I don't know as mp3 players are not required to be able to play free bitrates, and I never seen any encoder producing free bitrate. Regards, Gabriel Bouvigne - France [EMAIL

Re: [MP3 ENCODER] Complete source code distributions

2000-04-09 Thread Gabriel Bouvigne
. 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] FhG Codec Versions

2000-04-12 Thread Gabriel Bouvigne
, Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Info extraction in PHP

2000-04-13 Thread Gabriel Bouvigne
d by Xing. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] highpass and lowpass

2000-04-19 Thread Gabriel Bouvigne
Using Lame 3.70 I saw that it accepts a strange thing: using an highpass freq higher than the lowpass one Of course the result is pure silent. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Decoder quality comparison [quite detailed - sorry if repeat]

2000-04-20 Thread Gabriel Bouvigne
od version of this document. Mine is incomplete and most tables are completely messed. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] informative message / VBR

2000-04-20 Thread Gabriel Bouvigne
it's only an option, then it's ok. -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] informative message / VBR

2000-04-20 Thread Gabriel Bouvigne
of their encoders, there is an option for never using padding, always using it, or complying to the standard. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Doc

2000-04-20 Thread Gabriel Bouvigne
Adam Whitehead a écrit : Hi, I don't know if this is what you're looking for, but my doc contains the following: authors: Dipl.-Ing. Martin Sieler Dipl.-Ing. Ralph Sperschneider Issue: 1.2 04.03.97 Is this what you're after? Yes, that's it -- Gabriel Bouvigne - France

Re: [MP3 ENCODER] side channel starving

2000-04-21 Thread Gabriel Bouvigne
Segher Boessenkool a écrit : At high frequencies, humans only decide direction of the sound by the relative left/right intensity, not by phase difference. So this idea seems like the intensity stereo. In this case, why not implementing intensity stereo? Regards, -- Gabriel Bouvigne

[MP3 ENCODER] MP3 licencing

2000-04-25 Thread Gabriel Bouvigne
The MP3 licencing terms are updated. A new website about it is available: www.mp3licencing.com Mark: Thomson, not Thompson (main Lame page) Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] Various

2000-04-27 Thread Gabriel Bouvigne
al channel was made for using in dual channel transmissions or other things like this. In dual channel, each channel has to got exactly half of the bits. In stereo, you're not constrained to 50% for each channel. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing l

Re: [MP3 ENCODER] Various

2000-04-27 Thread Gabriel Bouvigne
Shawn Riley a écrit : 2- Are some people saying Layer2 is actually better than Layer3 at the same bitrates for some types of music? I wonder if quality could be improved by switching layers midstream... Do MPEG standards support that? I think that it's forbidden by iso Regards, -- Gabriel

[MP3 ENCODER] A proposal for a licensing solution

2000-04-27 Thread Gabriel Bouvigne
he goal of this mail is not to discuss about patents validity, but to propose a solution. I'd like to hear what both people on this list and Proteron think about this. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] free format bitstreams

2000-05-06 Thread Gabriel Bouvigne
Mark Taylor wrote: Latest version of lame, in CVS, should now decode free format bitstreams. Where did you find free format bitstreams to test? Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] free format bitstreams

2000-05-08 Thread Gabriel Bouvigne
, ActiveMovie/MediaPlayer 6.4, Xing MPEG player : all failed (quite disappointing) 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] free format bitstreams and iso documentation

2000-05-11 Thread Gabriel Bouvigne
m valid bitrate for each layer." You're reading the mpeg-2 doc. That's why you get lower limits. But your doc only indicates the maximum bitrate that decoders are required to support, and does not mention a limit for encoders. Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873

Re: [MP3 ENCODER] Audio format

2000-05-18 Thread Gabriel Bouvigne
call it mp4 to benefit from the confusion of the names. The format used is a modified AAC (probably low profile, but not sure about this). Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

[MP3 ENCODER] Interesting thing?

2000-05-18 Thread Gabriel Bouvigne
Could someone please check this: http://www.stud.uni-hannover.de/~andbusch/audiocoder.html I don't know if it's interesting, as I don't understand the slightest word of german. Regards, -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se

Re: [MP3 ENCODER] bringing down one (more) mp3 restriction [LAME case projection]

2000-05-18 Thread Gabriel Bouvigne
vdbj wrote: (removed long mail) Perhaps we could add an advanced option for adjusting the encoder delay?. I know that if reduced to the max, it will lower the quality of the first frame, but in some cases it could be a better choice. Regards, -- Gabriel Bouvigne - France www.mp3

Re: [MP3 ENCODER] bringing down one (more) mp3 restriction [LAME case projection]

2000-05-18 Thread Gabriel Bouvigne
that it will lower the quality of the first frame, but it's very short. I don't remenber the exact of the quality reduction, but Mark mentionned it once on this mailing list. Regards -- Gabriel Bouvigne - France www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Re: [MP3 ENCODER] offtopic, decoder comparisons ... possible AE4 bug

2000-05-13 Thread Gabriel Bouvigne
, but conducting to some differences from the output of other decoders. However, there are some bugs in ae4 as Sonique 1.51 fails to the 100Hz test Regards, Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se

Re: [MP3 ENCODER] Bug with -q1 (win32)

2000-05-24 Thread Gabriel Bouvigne
quot;fix" thing?, and do you think that it should be in the html doc? Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

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

2000-05-28 Thread Gabriel Bouvigne
looking at this doc, but it seems that I don't have it. Is it possible for you to send it to me? 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] Lameusagethingy

2000-05-28 Thread Gabriel Bouvigne
440 or 320? According to the ISO doc, it does not seems that there is any upper limit to the bitrate. (The only limit is perhaps that it seems that only Xing based decoders and a few mpg123 based are able to decode it) Btw, did anyone tryed freeformat on Xaudio or Mad? Regards, -- Gabriel Bouvign

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] The coder

2000-05-29 Thread Gabriel Bouvigne
kHz lowpass freq with 32kHz resampling is impossible. So in this case I think that it produces the same results as -k (full freq bandwidth). But once again, I personnally would avoid it. Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3

Re: [MP3 ENCODER] Lameusagethingy

2000-05-29 Thread Gabriel Bouvigne
Btw, what is Mad? Robert Mad is a young integer only decoder, quite fast. I don't remember the url, but there is some source code on my page. Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tech: www.mp3-tech.org -- MP3 ENCODER mailing list ( http

Re: [MP3 ENCODER] The coder

2000-05-30 Thread Gabriel Bouvigne
Yes, maybe -k would be a better idea all round anyway. Sounds fine on my sources. Please apologize, you wrote 15.1, but my (tired?) brain interpreted as 16.1. So you can continue to use your lowpass setting. Regards, -- Gabriel Bouvigne - France [EMAIL PROTECTED] icq: 12138873 MP3' Tec

Re: [MP3 ENCODER] decoders (was: Lameusagethingy)

2000-05-30 Thread Gabriel Bouvigne
iso switch? 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] Windoze batch/GUI interface?

2000-05-30 Thread Gabriel Bouvigne
Hello everyone! What batch/GUI front-end does everyone use for lame under Windoze? I personnally use Audiograbber with the command-line release of Lame. I use Audiograbber because I'm used to, but it's a commercial software. Otherwise, you could use Cdex Regards, -- Gabriel Bouvigne

  1   2   >