Package-level declarations
Types
Link copied to clipboard
Real-time singing evaluation session with segment support.
Link copied to clipboard
object CalibraMelodyEval
Offline melody/song evaluation for post-recording analysis.
Link copied to clipboard
object CalibraNoteEval
Offline note/exercise evaluation for scales, arpeggios, and svara patterns.
Link copied to clipboard
class CalibraVAD
Voice Activity Detection (VAD) for identifying speech/singing in audio.
Link copied to clipboard
Link copied to clipboard
Result of an exercise evaluation.
Link copied to clipboard
data class NoteResult(val noteIndex: Int, val expectedFrequencyHz: Float, val score: Float, val level: PerformanceLevel = PerformanceLevel.fromScore(score))
Result for a single note in an exercise.