Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

65 lines (34 loc) · 1.17 KB

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