Description Usage Arguments Value See Also Examples
pitch.toArray
1 | pitch.toArray(pitch)
|
pitch |
Pitch object (frame format) |
Pitch object with frames converted to frequency and strength arrays and intensity vector
pitch.toFrame
, pitch.read
, pitch.plot
1 2 3 4 5 | pitchArray <- pitch.toArray(pitch.sample())
pitchArray$t[1:10]
pitchArray$frequencyArray[, 1:10]
pitchArray$bandwidthArray[, 1:10]
pitchArray$intensityVector[1:10]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.