Skip to content

A simple command-line tool to bulk convert MP3 files to WAVs.

License

Notifications You must be signed in to change notification settings

andymwat/MP3ToWAV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3ToWAV

A simple tool to bulk convert MP3 files to WAVs.

This simple C# program accepts a list of MP3 files as inputs, and converts them to WAV files using NAudio. The most recent version takes advantage of multiple CPU cores, decoding multiple files at once.

Usage:

Simply drag all of the MP3 files you want to convert onto the Mp3ToWAV exe. It will convert them and save them as WAV files in the same folder as the exe. Be careful, though, as the produced WAV files are much larger than the input MP3s. Converting a ton of files is an easy way to fill up a small hard drive.

Compiling:

Open the solution in Visual Studio and build it. Adding the DLLs as references may be needed. To pack all of the DLLs into one file, use ILMerge. I prefer ILMerge-GUI.

Todo:

  • Add a progress bar of some sort.
  • More error handling.

About

A simple command-line tool to bulk convert MP3 files to WAVs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages