/Slowed-Reverbed-Surround

this is a try to automaically convert simple songs to lofi type songs

Primary LanguagePython

Slowed+Reverb+Surround

About The Project

This is a try to automaically convert songs to lofi version of that song

Original
saware.mov
LOFI Version
lofi.mov

Built With

Python

Getting Started

Installation

The following libraries are tools are required for this project to run:

Make sure ffmpeg is installed on device: ####Linux : sudo apt install ffmpeg

Windows :

ffmpeg : https://ffmpeg.org/download.html

Python libraries (Required)

pip install -r requirements.txt

Usage

Its rearly simple to use this script

from utils import slowedreverb
slowedreverb('input.wav', 'output.wav')

For more examples, please refer to the Examples