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
