samarthshrivas / Slowed-Reverbed-Surround

this is a try to automaically convert simple songs to lofi type songs
13 stars 3 forks source link

how to use this script #1

Closed cuteseerat closed 8 months ago

cuteseerat commented 8 months ago

hello can you please explain how to use this script in python,, i clone into my pc installed ffmpeg also installed requirements file.... now what to do please how to import script how to import music and get output of file

samarthshrivas commented 8 months ago

Apologies for not mentioning it straight.

First git clone install ffmpeg and requirements file

git clone https://github.com/samarthshrivas/Slowed-Reverbed-Surround
cd Slowed-Reverbed-Surround
pip install -r requirements.txt

than go into utils dir

cd utils Here create file test.py

# test.py

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

Here is a Example for File Paths

https://github.com/samarthshrivas/Slowed-Reverbed-Surround/tree/main/example

cuteseerat commented 8 months ago

thank you so much explaining all now it is working