AudioDecibels

data class AudioDecibels(val name: String, var averageLoudness: Double)

Represents audio decibel information for a participant.

Constructors

Link copied to clipboard
constructor(name: String, averageLoudness: Double)

Properties

Link copied to clipboard

The average loudness level

Link copied to clipboard

The name of the participant