An audio converter that allows you to convert your audio files with a single command to any audio format that you want.
To run this repository by yourself you will need to install python3 in your machine.
# Clone this repository
$ git clone <https://github.com/AudioConvertio/file-converter>
# Access the project page on your terminal
$ cd file-converter
# Install all the requirements
$ pip install .
# Execute the program with parameters
$ audio_convertio <path_to_audios_directory> <input_format> <output_format>
# Them it's just wait for the code run and the converted audio file will be in the same folder of the audio file passed as argument
- Python3
- Pytest
- Pydub
- Multiprocessing