diff --git a/README.md b/README.md index 975f055..447941a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/shahules786/enhancer?style=social) ![GitHub all releases](https://img.shields.io/github/downloads/shahules786/enhancer/total) -mayavoz is a Pytorch-based opensource toolkit for speech enhancement. It is designed to save time for audio researchers. Is provides easy to use pretrained audio enhancement models and facilitates highly customisable model training. +mayavoz is a Pytorch-based opensource toolkit for speech enhancement. It is designed to save time for audio practioners & researchers. Is provides easy to use pretrained audio enhancement models and facilitates highly customisable model training. | **[Quick Start](#quick-start-fire)** | **[Installation](#installation)** | **[Tutorials](https://github.com/shahules786/enhancer/tree/main/notebooks)** | **[Available Recipes](#recipes)** | **[Demo](#demo)** ## Key features :key: diff --git a/mayavoz/inference.py b/mayavoz/inference.py index 112f619..61d61f3 100644 --- a/mayavoz/inference.py +++ b/mayavoz/inference.py @@ -95,6 +95,7 @@ class Inference: ): """ stitch batched waveform into single waveform. (Overlap-add) + inspired from https://github.com/asteroid-team/asteroid arguments: data: batched waveform window_size : window_size used to batch waveform