AudioSamplesProcessor
class AudioSamplesProcessor(val channels: Int, val totalSamples: Int, val data: Array<FloatArray> = Array(channels) { FloatArray(totalSamples) })
Constructors
Link copied to clipboard
constructor(channels: Int, totalSamples: Int, data: Array<FloatArray> = Array(channels) { FloatArray(totalSamples) })