Convert WAV to MP3

  • Thread starter TampaWebDevelopment
  • 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?
 
G

Guest

(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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top