/torch-verb

Reverberation algorithms implemented in PyTorch

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

torch_verb

GitHub License

Table of Contents

Description

⚠️ This project is still in development and is not ready for use. ⚠️

Reverberation algorithms implemented in PyTorch.

  1. Simple delay line
  2. Convolutional reverberator
  3. Schroeder's reverberator

Installation

Install with pip:

pip install git+https://github.com/francescopapaleo/torchverb.git

Usage

import torch_verb

Folder Structure

Acknowledgements

License

This project is licensed under the GPL License - see the LICENSE file for details.

Citation

If you plan to use this project in your work please consider citing it:

@misc{torchverb,
  title = {Torch-verb: A reverberation toolkit for PyTorch},
  author = {Francesco Papaleo},
  year = {2024},
  howpublished = {GitHub},
  url = {https://github.com/francescopapaleo/torch-verb}
}