PerformanceLevel

Performance levels for singing evaluation.

Simple, score-based classification without detailed diagnostic feedback. The C++ native layer no longer provides rich feedback types like PITCH_LOW, TIMING_EARLY, etc. - those would require additional analysis that belongs at the app layer if needed.

Entries

Link copied to clipboard

Score < 0.3 - Significant improvement needed

Link copied to clipboard

Score 0.3 - 0.6 - Room for improvement

Link copied to clipboard

Score 0.6 - 0.8 - Solid performance

Link copied to clipboard

Score 0.8 - 0.95 - Very strong performance

Link copied to clipboard

Score >= 0.95 - Outstanding performance

Link copied to clipboard

Could not evaluate (insufficient data, etc.)

Link copied to clipboard

No voice detected during segment

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human-readable display name for UI

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Inherited properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.