AudioWaveformInfo

fun AudioWaveformInfo(@Json(name = "duration") duration: Int? = null, @Json(name = "waveform") waveform: List<Int?>? = null)