PitchData

data class PitchData(val times: FloatArray, val pitchesHz: FloatArray)

Parsed pitch data from a pitch file.

Constructors

Link copied to clipboard
constructor(times: FloatArray, pitchesHz: FloatArray)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard

Array of pitch values in Hz (-1 = unvoiced/silence)

Link copied to clipboard

Array of timestamps in seconds

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int