From: BobAchgill on
Is there an ActiveX control I can use to edit an mp3 file from with in my VB
code? I need to allow the user to ... trim, compress and remove noise on an
mp3 file that is one spoken word in length.

Is there a free tool like this? Or can Audacity be controlled by VB .Net to
accomplish this?

Thanks!

Bob
From: kimiraikkonen on
On Jul 5, 1:33 pm, BobAchgill <BobAchg...(a)discussions.microsoft.com>
wrote:
> Is there an ActiveX control I can use to edit an mp3 file from with in my VB
> code? I need to allow the user to ... trim, compress and remove noise on an
> mp3 file that is one spoken word in length.
>
> Is there a free tool like this? Or can Audacity be controlled by VB .Net to
> accomplish this?
>
> Thanks!
>
> Bob

Hi,
You'd better look for LAME in order to use wrapped lame.exe for
compression, and bass.dll (though i didn't like bass which is not easy
and flexible to maintain your goal).

lame.sourceforge.net
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/8bc28747bea8d729/9b6daff616e7cc81?hl=en&lnk=st&q=lame#9b6daff616e7cc81
www.un4seen.com/bass.html

And i don't know any all-in-one such AX control that does all
operations like Nero's and AudaCity's.

Thanks,

Onur Güzel