View source: R/pitch_postprocessing.R
generatePath | R Documentation |
Internal soundgen function.
generatePath(path, pitchCands, ...)
path |
currently evaluated path |
pitchCands |
a matrix of multiple pitch candidates per fft frame. Each column is one fft frame, each row is one candidate (the last row is always "manual") |
... |
nothing really, but otherwise optim() complains |
Internal helper function for postprocessing of pitch contours called by
pathfinding_slow
. Generates proposals for new paths through
pitch candidates. It gives up and returns NA after 100 attempts, which stops
annealing - so the adaptation of pitch contour doesn't happen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.