Share via


How to convert .wma and .wav audio file into .mp3 format in c#.With changing the bit rate and using without third party tool.

Question

Monday, February 10, 2014 11:37 AM

Hello all,

How to convert .wma and .wav audio file into .mp3 format in c#.With changing the bit rate and using without third party tool.

Vinay Kasera

[email protected]

All replies (1)

Monday, February 10, 2014 1:12 PM âś…Answered

Hi Vinay

Take a look at these tutorials

http://www.codeproject.com/Articles/501521/How-to-convert-between-most-audio-formats-in-NET

http://code.msdn.microsoft.com/windowsdesktop/Extract-and-convert-audio-867dc263