> Date: Thu, 24 Jan 2002 17:27:55 -0500 > > If I convert a 44.1K file to 11.025K (via the --resample) option, then > some of the end of the resulting wave file appears to be chopped > off. However, if I downsample the source file to 11025K on my own, then > use lame to convert from that, this chopping-off doesn't occur. (The > end-chopping seems to get more severe the lower the kbps rate is.) > > Anyone run into this, or have any suggestions? >
How much data is being chopped? lame needs a buffer of about 62 samples for the resampling routine, and I can see how that buffer may not be fully flushed. But if it is 1000's of samples, it must be something else. Just to double check, can you also try using 'lame --decode' as the decoder? Mark _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
