Re: [MP3 ENCODER] File format of mp3

2002-07-30 Thread Takehiro TOMINAGA
Why are there mp3 files in which the value of part2_3_length is zero? e.g. http://php.s3.to/bbs/up/img/216.png Isn't the part2_3_length length of main data per 1granule, 1channel? Because the frame contains totally no sound (the frame is digital silence).

Re: [MP3 ENCODER] FFT - fht.c - optimisation for Altivec on Apple

2002-09-07 Thread Takehiro Tominaga
are right. the calculation is done by in-place algorithm. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [MP3 ENCODER] --alt-preset ultimate description

2002-11-17 Thread Takehiro Tominaga
by using --verbose option, like lame --alt-preset standard --verbose in.wav out.mp3 -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [MP3 ENCODER] suggestions for -b 96 defaults

2002-11-18 Thread Takehiro TOMINAGA
If LAME made --alt-preset 96 or something thereabouts the default, then this would solve the problem in SHOUTcast and would also obviate the need for --alt-preset 96. In other words, why make crappy the default? Changing default setting needs concensus. And at least for me, I disagree to

Re: [MP3 ENCODER] what is with the new version

2002-12-03 Thread Takehiro Tominaga
don't have and don't know about the P4 box, but at least for me, icc7 was not good as I expected... -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [MP3 ENCODER] Re: Unconvertable file! (plain text post)

2002-12-08 Thread Takehiro Tominaga
with libsndfile enabled. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [MP3 ENCODER] Does lame support layer-1 and layer-2

2003-01-06 Thread Takehiro Tominaga
C == Chetan Krishnamurthy [EMAIL PROTECTED] writes: C Does lame support layer-1 and layer-2. No. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

FAQ (Re: [MP3 ENCODER] ALL VESIONS BUG !!!)

2003-01-10 Thread Takehiro Tominaga
G == Gabriel Bouvigne [EMAIL PROTECTED] writes: G (we really need a good FAQ) Seems there's tech-FAQ compiled by Mark. http://lame.sourceforge.net/tech-FAQ.txt is it. But I agree it is too much technical Does anyone willing to compile the FAQ ? -- Takehiro TOMINAGA // may the source

Re: [MP3 ENCODER] Problems decoding an Mp3 file...

2003-01-10 Thread Takehiro Tominaga
seems have an ID3 tag and lame does not support it. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

best huffman divide for MPEG2/2.5(Re: [MP3 ENCODER] On thehardware decoder issue...)

2003-01-22 Thread Takehiro Tominaga
tests). The fix is already done in my experimental branch. Any comments ? If it is right answer to fix the problem, I will backport to the main branch. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http

Re: [MP3 ENCODER] Profiling LAME on Altivec Machine

2003-02-23 Thread Takehiro Tominaga
you. http://sourceforge.net/mailarchive/forum.php?thread_id=1209312forum_id=5500 -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] q0

2003-06-14 Thread Takehiro Tominaga
LAMEs? -q0 on 3.88 is almost same with -q2 on LAME3.90 to LAME3.93.1, and -q3 on LAME3.94 alphas. And they are the default setting of each of them. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http

Re: [mp3encoder] psychoacoustic model based on MDCT

2003-06-21 Thread Takehiro Tominaga
%. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Why adj43[] ?

2003-06-26 Thread Takehiro Tominaga
. (taking the nearest int would mean * ix is as close as possible to xr, which is different.) That's all. adj43 is initialized to fit the requirement. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http

Re: [mp3encoder] [PATCH] to LAME to convert RIFF LIST tags to ID3tags

2003-07-13 Thread Takehiro Tominaga
Number of ID3 tag. - It works only when libsndfile is not used. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] LAME setting for speech encoding

2003-08-14 Thread Takehiro Tominaga
From: Rich Koziol [EMAIL PROTECTED] Subject: Re: [mp3encoder] LAME setting for speech encoding Date: Tue, 12 Aug 2003 18:24:43 -0400 Thanks Takehiro, On 9 Aug 2003 at 20:55, Takehiro Tominaga wrote: From: Rich Koziol [EMAIL PROTECTED] Subject: [mp3encoder] LAME setting for speech

Re: [mp3encoder] LAME setting for speech encoding

2003-08-14 Thread Takehiro Tominaga
to stay in the 32-64kB/s range. use --preset abr 40 or so. LAME's VBR is usually inferior to ABR/CBR at these bitrate. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo

Re: [mp3encoder] r3mix site is gone!

2003-09-23 Thread Takehiro Tominaga
hydrogenaudio.org about this region. IMHO, r3mix is already obsolete and brings only wrong information... -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Scalefactor Coding

2003-11-12 Thread Takehiro Tominaga
say, you should consider in scfsi[scfsi_band] (or scfsi[scfsi_band][ch]) value when you decode scalefactor value. --- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo

Re: [mp3encoder] Masking in LAME

2003-11-20 Thread Takehiro Tominaga
and nspsytune uses peak/avg ratio as tonality. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] lame_get_encoder_delay(gfp) returns 0 if there's no LAME Tag

2003-12-12 Thread Takehiro Tominaga
was used for encoding that song? Yes, it depends. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Integrating LAME and VBRFix?

2003-12-27 Thread Takehiro Tominaga
interested in it and am not willing to fix it. It would be a great project to work on, if there is demand for it. I will try to find the time to help, if needed. Do you write the code ? If yes, it sounds great. Let's write and contribute it to us. -- Takehiro TOMINAGA // may the source

Re: [mp3encoder] lame and files larger than 2Gb

2004-01-29 Thread Takehiro Tominaga
, the output of decoding is RIFF-wave which does not support over 2GB So we have to check the length of decoded data. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo

Re: [mp3encoder] safe to use NASM-SSE in LAME ?

2004-02-19 Thread Takehiro Tominaga
From: rocko [EMAIL PROTECTED] Subject: [mp3encoder] safe to use NASM-SSE in LAME ? Date: Thu, 19 Feb 2004 11:07:56 +0100 Can anybody tell me if i am safe with using the NASM-SSE now ? No, it's not safe. I think we should remove it at least from the release package. -- Takehiro TOMINAGA // may

Re: [mp3encoder] Re: Some Amd64 timings

2004-02-28 Thread Takehiro Tominaga
for SSE/MMX intrinsic, because Intel standarized and offered the header The problem is about 3DNow!. It is only available for VC (from MS) (and maybe on icc on windows). No gcc support and no none-windows support for it (unless you break the license ...) -- Takehiro TOMINAGA // may the source

Re: [mp3encoder] How to correctly compile lame with mingw

2005-01-29 Thread Takehiro Tominaga
mpglib_interface.c -DDLL_EXPORT -DPIC -o .libs/mpglib_interface.o contains -I../mpglib/. Ummm, really strange. FYI: I can successfully compile them on cygwin with the option -mno-cygwin, but I have no pure mingw environment. -- Takehiro TOMINAGA // may the source be with you

Re: [mp3encoder] processor specific build of lame under mingw gives errors

2005-01-31 Thread Takehiro Tominaga
1.83.2.34. But... I have no environment to test it. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Lame national chars

2005-02-08 Thread Takehiro Tominaga
they get converted (my guess is that the MSB gets stripped off). That is probabry the problem of your shell (like DOS-prompt). I have no problem with my national character (kanji and kana and hira-gana), on my linux box. -- Takehiro TOMINAGA // may the source be with you

Re: Antwort: [mp3encoder] Lame national chars

2005-02-28 Thread Takehiro Tominaga
, as far as I remember) This has worked very well for several hundred files now! Thanks again for your help. Great digest ! Could you allow us to these instructions to the LAME FAQ ? -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder

Re: [mp3encoder] huffman frequency lines restriction

2005-02-28 Thread Takehiro Tominaga
where the upper bound is set according to the last scalefactor band. (i.e. 522 in case of MPEG2 22.05 kHz). could you please explain this? I think it is the DIRTY hack to reduce the complexity of decoding. -- Takehiro TOMINAGA // may the source be with you

Re: [mp3encoder] lame 3.96.1 and the chipmunk effect

2005-05-12 Thread Takehiro Tominaga
as sampling rate when --abr 56. LAME3.96 uses 24.00kHz as sampling rate when --abr 56. check -s 22 option with lame 3.96.1. If the problem is solved, the player you used may have a problem with 24kHz mp3. If not, I have no idea. -- Takehiro TOMINAGA // may the source be with you

Re: [mp3encoder] Leading Zeros

2005-06-29 Thread Takehiro TOMINAGA
for 3.x branch. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Warning: corrupt or unsupported WAVE format

2005-08-13 Thread Takehiro TOMINAGA
to mp3? Use libsndfile enabled lame. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2

2005-09-14 Thread Takehiro Tominaga
the include statement and compile it ? -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2

2005-09-16 Thread Takehiro Tominaga
when compiling libmp3lame and lame.exe. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] Compiling lame with Sun Studio 10

2005-11-25 Thread Takehiro Tominaga
. The diffs are below: Thanx. fixed in CVS. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Re: [mp3encoder] bug in id3v2 ??

2005-12-05 Thread Takehiro Tominaga
for your valueable bug report. Is it possible to have track number as a string, i.e. 01 is 01 and NOT just 1 ? Sorry, but this is not possible with current LAME (version 3.xx). On experimental branch, it is possible. I hope someday it is possible for everyone. -- Takehiro TOMINAGA // may

Re: [mp3encoder] decoding, how many chunks of main info?

2007-02-18 Thread Takehiro TOMINAGA
both problems (resyncing back-referring of main data)? Sorry, I've ever wrote an mp3 decoder and I cannot show you. -- Takehiro TOMINAGA // may the source be with you! ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org https://minnie.tuhs.org