Internal soundgen function
updateAnalyze(
result,
pitch_true,
spectrogram,
freqs = NULL,
bin = NULL,
harmHeight_pars,
smooth,
smoothing_ww,
smoothingThres
)
the matrix of results returned by analyze()
manual pitch contour of length nrow(result), with NAs
spectrogram with ncol = nrow(result)
same as argument "harmHeight" to analyze() - a list of settings passed to soundgen:::harmHeight()
Updates the output of analyze using manual pitch. Called by pitch_app().