Reverberation algorithms implemented in PyTorch.
- Simple delay line
- Convolutional reverberator
- Schroeder's reverberator
Install with pip:
pip install git+https://github.com/francescopapaleo/torchverb.git
import torch_verb
This project is licensed under the GPL License - see the LICENSE file for details.
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}
}