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
 

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

Similar Threads

Convert WAV to MP3 4
How to convert AU, AIFF, WAV to MP3 1
MP3 encoder 1
MP3/4 >> WAV converter 5
converting wav to mp3 1
Run macro through rule 2
PowerPoint URGENT - PowerPoint help needed!!! 1
how to convert .3GA to mp3 files? 1

Back
Top