DetectedNote

data class DetectedNote(val pitch: VocalPitch, val durationSeconds: Float, val isStable: Boolean)

A detected stable note during range analysis.

Constructors

Link copied to clipboard
constructor(pitch: VocalPitch, durationSeconds: Float, isStable: Boolean)

Properties

Link copied to clipboard

How long this note was held stably

Link copied to clipboard

Whether the note met stability criteria

Link copied to clipboard

The detected pitch