LessonNote

data class LessonNote(val noteName: String, val noteLabel: String, val noteAudioFilePath: String, val numBeats: Int, val numSamplesConsonant: Int)

Constructors

Link copied to clipboard
constructor(noteName: String, noteLabel: String, noteAudioFilePath: String, numBeats: Int, numSamplesConsonant: Int)

Properties

Link copied to clipboard

The path of the audio file related to the note.

Link copied to clipboard

The label for the note. Something that we will show on the screens.

Link copied to clipboard

The name of the note to be shown. This is the identifier.

Link copied to clipboard

Number of beats in the note.

Link copied to clipboard

Number of samples of the audio that are consonants.