TransNote

@Serializable
data class TransNote(val tStart: Double, val tEnd: Double, val freqHz: Double, val label: String)

A single note within a transcription segment.

Constructors

Link copied to clipboard
constructor(tStart: Double, tEnd: Double, freqHz: Double, label: String)

Properties

Link copied to clipboard
@SerialName(value = "freqHz")
val freqHz: Double

Frequency in Hz

Link copied to clipboard

Svara label (e.g., "S", "R", "Ṇ", "Ṡ")

Link copied to clipboard
@SerialName(value = "t_end")
val tEnd: Double

End timestamp in seconds

Link copied to clipboard
@SerialName(value = "t_start")
val tStart: Double

Start timestamp in seconds