Merge pull request #30 from shahules786/dev

Update documentations
This commit is contained in:
Shahul ES 2022-12-01 10:24:38 +05:30 committed by GitHub
commit d57ef2c10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
![GitHub Repo stars](https://img.shields.io/github/stars/shahules786/enhancer?style=social) ![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) ![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)** | **[Quick Start](#quick-start-fire)** | **[Installation](#installation)** | **[Tutorials](https://github.com/shahules786/enhancer/tree/main/notebooks)** | **[Available Recipes](#recipes)** | **[Demo](#demo)**
## Key features :key: ## Key features :key:

View File

@ -95,6 +95,7 @@ class Inference:
): ):
""" """
stitch batched waveform into single waveform. (Overlap-add) stitch batched waveform into single waveform. (Overlap-add)
inspired from https://github.com/asteroid-team/asteroid
arguments: arguments:
data: batched waveform data: batched waveform
window_size : window_size used to batch waveform window_size : window_size used to batch waveform