LessonSvara

data class LessonSvara(var svaraName: String, var svaraLabel: String, var svaraAudioFilePath: String, var numBeats: Int, var numSamplesConsonant: Int, var audioLengthMilliSecs: Int = 0)

Constructors

Link copied to clipboard
constructor(svaraName: String, svaraLabel: String, svaraAudioFilePath: String, numBeats: Int, numSamplesConsonant: Int, audioLengthMilliSecs: Int = 0)

Properties

Link copied to clipboard

Audio length in milliseconds. Populated when loading.

Link copied to clipboard

Number of beats in the svara.

Link copied to clipboard

Number of samples of the audio that are consonants.

Link copied to clipboard

The path of the audio file related to the svara.

Link copied to clipboard

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

Link copied to clipboard

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