AudioDimensions

data class AudioDimensions(val sampleCount: Int, val channelCount: Int, val batchSize: Int = 1)(source)

Audio dimension information.

Constructors

Link copied to clipboard
constructor(sampleCount: Int, channelCount: Int, batchSize: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun duration(sampleRate: Int): Double