Vocal Range Result
data class VocalRangeResult(val low: VocalPitch, val high: VocalPitch, val octaves: Float, val semitones: Int, val naturalShruti: VocalPitch)
Final vocal range result with calculated metrics.
Constructors
Link copied to clipboard
constructor(low: VocalPitch, high: VocalPitch, octaves: Float, semitones: Int, naturalShruti: VocalPitch)