Metadata-Version: 2.4
Name: slowrevpy
Version: 1.5.1
Summary: A basic python script to make slowed + reverbs.
Author-email: Artemii Popovkin <angap4@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Jrol123/slowedreverb_main
Project-URL: Issues, https://github.com/Jrol123/slowedreverb_main/issues
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
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pedalboard
Requires-Dist: soundfile
Requires-Dist: argparse
Requires-Dist: python-ffmpeg
Dynamic: license-file

# (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**

### FFmpeg
For the conversions to formats, other that `.wav`, you would want to install ffmpeg

#### Auto install

You can use autoinstaller from the module, which whill automatically install ffmpeg for your OS.
When you will start to transform your audio, the module will automatically check if the ffmpeg is installed, and if not, then it will try to autoinstall it.

#### Manial install

For windows:

```powershell
winget install ffmpeg
```

For Linux:

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

## Usage

It's possible to use this package as a standalone module on files and folders.
Also you can import this package and use it as a module for your projects.

## Examples

### Standalone use

Use for converting files/folders from shell:

```shell
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
