Skip to content

A python script to convert mp3 files to wav files.

Notifications You must be signed in to change notification settings

bhav1k/MP3_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MP3 to WAV Converter

A python script to convert mp3 file(s) to the wav format.

Prerequisites

The script requires ffmpeg to be installed and added to system's 'PATH' enivornment variable

If executing the script on a Windows system, make sure python is installed.

Usage

Run the script using the following command

python convert.py input_folder output_folder

where, input_folder and output_folder are paths to the input directory containing mp3 files and the output directory respectively.

Contributing

If you would like to contribute code with your improvements including expanding core functionality, then feel free to open a pull request.

About

A python script to convert mp3 files to wav files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages