View source: R/analyze_utilities.R
updateAnalyze | R Documentation |
Internal soundgen function
updateAnalyze(
result,
pitch_true,
pitchCands_list = NULL,
spectrogram,
freqs = NULL,
bin = NULL,
samplingRate = NULL,
windowLength = NULL,
harmHeight_pars = list(),
subh_pars = list(),
flux_pars = list(),
fmRange = NULL,
smooth,
smoothing_ww,
smoothingThres,
varsToUnv = NULL
)
result |
the matrix of results returned by analyze() |
pitch_true |
manual pitch contour of length nrow(result), with NAs |
spectrogram |
spectrogram with ncol = nrow(result) |
freqs |
frequency labels of spectrogram bins |
bin |
spectrogram bin width |
harmHeight_pars |
same as argument "harmHeight" to analyze() - a list of settings passed to soundgen:::harmHeight() |
smooth , smoothing_ww , smoothingThres |
smoothing parameters |
varsToUnv |
set these variables to NA in unvoiced frames |
Updates the output of analyze using manual pitch. Called by pitch_app().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.