AudioRecordDataCallback
interface AudioRecordDataCallback
Functions
Link copied to clipboard
abstract fun onAudioDataRecorded(audioFormat: Int, channelCount: Int, sampleRate: Int, @NonNull audioBuffer: ByteBuffer)
Invoked after an audio sample is recorded.