WAV to MP3 Conversion through VB.Net (3.5)

  • Thread starter Thread starter Q
  • Start date Start date
Q

Q

Hello,

is there a way in VB.NET (framework version 3.5) to convert WAV-files to
MP-3 files?

Thanks,

Q
 
Hello,

is there a way in VB.NET (framework version 3.5) to convert WAV-files to
MP-3 files?

Thanks,

Q

I would look at open source libs. Not sure if there are any in .NET. A
quick search on Google revealed two conversion libs (although I am not sure
what they support):

http://www.mpg123.de/
http://lame.sourceforge.net/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Thanks,

just what I needed!!!

Q
Gregory A. Beamer said:
I would look at open source libs. Not sure if there are any in .NET. A
quick search on Google revealed two conversion libs (although I am not
sure
what they support):

http://www.mpg123.de/
http://lame.sourceforge.net/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top