VocalRangeSessionResult

data class VocalRangeSessionResult(val low: VocalPitch, val high: VocalPitch, val octaves: Float, val semitones: Int, val naturalShruti: VocalPitch)

Final vocal range session result with calculated metrics.

Constructors

Link copied to clipboard
constructor(low: VocalPitch, high: VocalPitch, octaves: Float, semitones: Int, naturalShruti: VocalPitch)

Properties

Link copied to clipboard

Highest comfortable pitch

Link copied to clipboard

Lowest comfortable pitch

Link copied to clipboard

Natural tonic (Sa) calculated using Indian Classical pedagogy

Link copied to clipboard

Range in octaves

Link copied to clipboard

Range in semitones