This begs the question again that I'd asked some time back.  I'm, assuming
that some bit of audio quality is going to be lost, and at least a small
bit of transient distortion is going to be introduced when resampling one
mp3 to another.  Or are you not referrring to resampling one mp3 to another
here.  I've missed the previous posts to this thread.

I've used Easy CD-DA File Converter w/Lame to resample 320kps down to
~160kps VBR mp3s that sound pretty darned good, to me at least.

Shel

--- Per Bolmstedt <[EMAIL PROTECTED]> wrote:
> 
> At 22:06 2002-11-26 -0600, pjfjacks wrote:
> 
> > Would it be feasable to write a VB dll (COM+) component that could
> > call some function within some MP3 software, (...)
> 
> If you don't mind going via the command line, it's very easy to do this
> with any command line encoder capable of resampling (like LAME).  All you
> do is run LAME on an mp3 file like this:
> 
> lame.exe -v --resample 22.05 -a %file1% %file2%
> 
> This will resample %file1% to 22 kHz mono VBR and store it in %file2%. 
> All
> your COM/COM+/ActiveX component has to do then is invoke this via the
> command line, which is only a handful of lines of code.
> 
> > Any thoughts welcomed and appreciated,
> 
> Don't post HTML to the list; use plain text.
> _______________________________________________
> mp3encoder mailing list
> [EMAIL PROTECTED]
> http://minnie.tuhs.org/mailman/listinfo/mp3encoder


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to