overlap-add

This commit is contained in:
shahules786 2022-12-01 10:16:10 +05:30
parent c88a87e109
commit 0faa06027f
1 changed files with 1 additions and 0 deletions

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