Event

data class Event(val amplitude: Float)

Event object for each audio recording sample.

Constructors

Link copied to clipboard
constructor(amplitude: Float)

Properties

Link copied to clipboard

Normalized, real-time amplitude of the audio being recorded, range of values between 0f-1f.