[MP3 ENCODER] MP3 DECODER: Current frame channel type

2000-09-14 Thread Frank Klemm
Can someone add a feature to the decoder? It should display the current stereo coding (MS vs. LR). Best would be to use code like that: fprintf ( stderr, " %s " , frametype ? "M " : " S" ); So you have a blinking "light". Another proposal: The width of the resampling filter could

[MP3 ENCODER] MP3 decoder

2000-08-28 Thread Patrick Ndjiki-Nya
Hello, Hello, I'd like to determine the number of frames included in an mp3 file given its size. Using the formula File_Size/(1152*Bitrate/Sampling_Rate) always leads to a number of frames that's smaller than the one indicated by an MP3 decoder (eg. WinAmp) for the same file. Could

Re: [MP3 ENCODER] MP3 decoder

2000-08-28 Thread mailing-steve
I think the only way is to find every frame, and analyse the header. It will give you the frame length with the formula mentionned earlier (sample_per_frame/sampling_frequency). Otherwise, you'll be missing the VBR aspect of files (unless you can get the 'real' bit rate). Do you know of any

RE: [MP3 ENCODER] MP3 decoder

2000-08-28 Thread alex . broadhead
Howdy Patrick, Would you recommend me to use the dist10 decoder as a basis for a further implementations ? Pretty much everyone does, so come on in, the water's fine... (You don't really have much choice - there are bugs in the spec which can only be fixed (readily) by looking at the dist10

RE: [MP3 ENCODER] MP3 decoder comparison

2000-07-18 Thread David Brown
PROTECTED]; [EMAIL PROTECTED] Subject: Re: [MP3 ENCODER] MP3 decoder comparison Somebody mentioned somewhere that the MMX code produces different output that the normal pentium code in WinAMP. Was that tested ? David Balazic -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-17 Thread mailing-steve
In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it? Does anyone know any decoding problem with it? Yes,

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-17 Thread Mark Taylor
In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it? Does anyone know any decoding problem with

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-17 Thread Cavallo de Cavallis
Are you sure of that ? Because I use Winamp but with the in_mpg123 output instead of the included MP3 decoder (which is also faster). in_mpg123 is a Winamp port of MPG123 and it works fine with the VBR+CRC MP3 I encode. what make u choose the in_mpg123 solution ? Cavallo de Cavallis

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-17 Thread Steve Lhomme
The bug in Winamp and I also figured out it is a bit faster (less CPU use). I couldn't really hear the difference anyway... - Original Message - From: "Cavallo de Cavallis" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 17, 2000 7:13 PM Subject: Re: [MP3 ENCODER] M

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-17 Thread Naoki Shibata
Ross Your joking aren't you? It uses about 5 times more CPU than in_mp3. On the Ross old machine I use it on (K6-200), in_mpg123 uses about 50% of CPU where Ross in_mp3 is about 10%. The advantage is slightly better sound quality. The amount of CPU load highly depends on performance of

[MP3 ENCODER] MP3 decoder comparison

2000-07-16 Thread Alberto García
In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it? Does anyone know any decoding problem with it?

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-16 Thread David Bridson
In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it? Does anyone know any decoding problem with it?

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-16 Thread Alberto García
On Mon, 17 Jul 2000, David Bridson wrote: In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it? Does

Re: [MP3 ENCODER] MP3 decoder comparison

2000-07-16 Thread Robert Hegemann
David Bridson schrieb am Mon, 17 Jul 2000: In http://privatewww.essex.ac.uk/~djmrob/mp3decoders/index.html there's a comparison of mp3 decoders. Lame is one of the three that passed the test (the other two are Winamp 2.22 and Ultra Player). But mpg123 is not tested. What about it?