Companion
object Companion
Functions
Link copied to clipboard
fun fromArrays(times: FloatArray, pitches: FloatArray, sampleRate: Int = 16000, hopSize: Int = 0): PitchContour
Create a PitchContour from parallel arrays (for migration from old API).
Link copied to clipboard
Create a PitchContour from parsed PitchData.
Link copied to clipboard
Create a PitchContour from a list of PitchPoints.