An Implementation on various Audio Effects such as reverb, delay, and more.
To install, make sure you have python >= 3.8, python 3.10 is recommended. Then, run this command to install all the libraries used.
First, clone this repository
git clone https://github.com/AdityaP1502/AudioProcessingThen, create a virtual environment in python.
py -m venv envAfter that, activate the virtual environment.
./env/Scripts/activateFinally, install the dependencies:
py -m pip i -r requirements.txtTo run the program, firstly, you need to create a wav file called temp.wav. If your audio file is in .mp3 format, first copy that audio file into ./music folder. Then, run this command:
python music/convert_mp3_to_wav.py [music_name]If you have the audio file temp/temp.wav, then run this command to apply reverb effects for your audio file:
python test_components.pyYour result audio file is located in temp folder called result.wav