Metadata-Version: 2.4
Name: slowrevpy
Version: 1.5.0
Summary: A basic python script to make slowed + reverbs.
Home-page: https://github.com/Jrol123/slowedreverb_main
Author: Artemii Popovkin
Author-email: <angap4@gmail.com>
License: MIT
Keywords: python,music,slowed reverb,Jrol123
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pedalboard
Requires-Dist: soundfile
Requires-Dist: argparse
Requires-Dist: python-ffmpeg
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# (Slowed + Reverb)

Create slowed and reverb songs with python.

Fork of a now [unsupported project](https://github.com/JustCoww/slowedreverb)

## **Installation**

```shell
pip install slowrevpy
```

## **Dependencies**

For the conversions to formats, other that wav, you would want to install ffmpeg

For windows:

```powershell
winget install ffmpeg
```

For Linux:

```shell
sudo apt-get install ffmpeg
```

## Usage

It's possible to use this package on files and folders.

```shell
python -m slowrevpy -f <file-format | default: mp3>  -s <speed-coefficient | default: 0.65> -o <output-filename | works only if you select a single file> <path to audiofile>
```

## Known problem

- Impossible to convert to `.flac` format
