MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / _istft

Function _istft

utils/audio.py:34–35  ·  view source on GitHub ↗
(y, hparams)

Source from the content-addressed store, hash-verified

32
33
34def _istft(y, hparams):
35 return librosa.istft(y, hop_length=get_hop_size(hparams), win_length=hparams['win_size'])
36
37
38def librosa_pad_lr(x, fsize, fshift, pad_sides=1):

Callers

nothing calls this directly

Calls 1

get_hop_sizeFunction · 0.85

Tested by

no test coverage detected