AudioData

class AudioData(val format: AudioFormat = AudioFormat.STEREO_16, val rate: Int = 48000, val buffer: ByteBuffer)(source)

Constructors

Link copied to clipboard
constructor(format: AudioFormat = AudioFormat.STEREO_16, rate: Int = 48000, buffer: ByteBuffer)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rate: Int = 48000