samarthshrivas / Slowed-Reverbed-Surround

this is a try to automaically convert simple songs to lofi type songs
13 stars 3 forks source link
audio-processing lofi slowedandreverbed slowedreverb

Slowed+Reverb+Surround

About The Project

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

Original

https://user-images.githubusercontent.com/59404247/219949725-a60a5289-ea28-4b33-8d54-7638a41e939a.mov

LOFI Version

https://user-images.githubusercontent.com/59404247/219949718-1c496dac-10ae-4cc4-8c74-e3af9b7c430a.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