VocalRange

data class VocalRange(val lower: VocalPitch, val upper: VocalPitch, val octaves: Float)

Complete vocal range result with total and comfortable ranges.

Constructors

Link copied to clipboard
constructor(lower: VocalPitch, upper: VocalPitch, octaves: Float)

Properties

Link copied to clipboard

5th percentile (physiological low)

Link copied to clipboard

Range in octaves (e.g., 1.5)

Link copied to clipboard

Number of semitones in the range

Link copied to clipboard

95th percentile (physiological high)