commit
d57ef2c10a
|
|
@ -8,7 +8,7 @@
|
|||

|
||||

|
||||
|
||||
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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue