Convert WAV to MP3

  • Thread starter Thread starter TampaWebDevelopment
  • Start date Start date
T

TampaWebDevelopment

Anyone know how I can convert a WAV file to MP3 with VB.NET, C#, or
VB?

I have a voicemail message in WAV format that is around 80k. I need to
crush it to the smallest file possible as I am wanting to send this
file as a MMS message. I was thinking that converting it to MP3 before
sending it would suffice. Ideas?
 
(e-mail address removed) wrote in @e9g2000prf.googlegroups.com:
Anyone know how I can convert a WAV file to MP3 with VB.NET, C#, or
VB?

I have a voicemail message in WAV format that is around 80k. I need to
crush it to the smallest file possible as I am wanting to send this
file as a MMS message. I was thinking that converting it to MP3 before
sending it would suffice. Ideas?

You need to compress the message not crush it ;-)


You could compress to MP3, but will a MMS message play MP3? To compress to
MP3 you could use a DLL like LAME_ENC.


http://www.codeproject.com/cs/media/MP3Compressor.asp
 
Back
Top