How to convert a .wav file into mp3 format and vice-versa?


Dear Members,

I have a task of converting a wav file into mp3 format and vice-versa.
Kindly help me out by sending across some usefull tips, guidence or codes in C++ or MFC.

Regards,
Mayak Srivastava

Comments

  • :
    : Dear Members,
    :
    : I have a task of converting a wav file into mp3 format and vice-versa.
    : Kindly help me out by sending across some usefull tips, guidence or codes in C++ or MFC.
    :
    : Regards,
    : Mayak Srivastava
    :
    You'll need the lame library. Search google for it and you'll find it.

    [grey]The one and only [b]Niklas Ulvinge[/b][/grey] [white]aka [b]IDK[/b][/white]

  • SephirothSephiroth Fayetteville, NC, USA
    Also note that MP3 is a lossy format. During the conversion, sounds get thrown out, so when you go back to WAV format, you may notice a smaller file size. That is normal. This is also why you don't convert from a lossy format to anything else. For instance, take an MP3 and convert it to WMA and listen to it. It will sound like junk compared the the original sound/song.

    -[italic][b][red]S[/red][purple]e[/purple][blue]p[/blue][green]h[/green][red]i[/red][purple]r[/purple][blue]o[/blue][green]t[/green][red]h[/red][/b][/italic]

  • This post has been deleted.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories