kayrakpinar / slorepy

Add a slowed + reverb effect to a song with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slorepy

Add a slowed + reverb effect to a song with Python

Requirements

  • FFmpeg
  • Spotify Pedalboard
  • ffmpy
  • Soundfile

Installation

How to install FFmpeg

pip install -r requirements.txt

or

pip install pedalboard
pip install ffmpy
pip install soundfile

Usage

slorepy.py -a <wav file> -e <export extension>

optional arguments:
  -h, --help            show this help message and exit
  -a AUDIO, --audio AUDIO
                        Audio File
  -e EXT, --ext EXT     File Extension

About

Add a slowed + reverb effect to a song with Python


Languages

Language:Python 100.0%