nnsvs.pitch.extract_vibrato_likelihood

nnsvs.pitch.extract_vibrato_likelihood(f0_smooth, sr, win_length=32, n_fft=128, min_freq=3, max_freq=8)[source]

Extract vibrato likelihood

Parameters:
  • f0_smooth (np.ndarray) – array of smoothed f0

  • sr (int) – sampling rate

  • win_length (int) – window length

  • n_fft (int) – FFT size

  • min_freq (float) – minimum frequency of the vibrato

  • max_freq (float) – maximum frequency of the vibrato

Returns:

array of vibrato likelihood

Return type:

np.ndarray