galgreshler / Catch-A-Waveform

Official pytorch implementation of the paper: "Catch-A-Waveform: Learning to Generate Audio from a Single Short Example" (NeurIPS 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inpainting_indices in inpainting training

XINYAN2 opened this issue · comments

What should we use for inpainting indices?

is it the signal index after sampled with init sampling rate? For example, init sampling rate is 16000Hz, if the audio is missing from 2nd second to 3rd second, should inpainting indices be 32000, 48000?

Thanks for help.

Yes, that's correct