This is a try to automaically convert songs to lofi version of that song
saware.mov
lofi.mov
Python
The following libraries are tools are required for this project to run:
Make sure ffmpeg is installed on device:
####Linux :
sudo apt install ffmpeg
ffmpeg : https://ffmpeg.org/download.html
pip install -r requirements.txt
Its rearly simple to use this script
from utils import slowedreverb
slowedreverb('input.wav', 'output.wav')
For more examples, please refer to the Examples