AudioConfig

data class AudioConfig(val sampleRate: Int = 44100, val channels: Int = 1, val bufferSizeMs: Int = 40, val echoCancellation: Boolean = false)

Constructors

Link copied to clipboard
constructor(sampleRate: Int = 44100, channels: Int = 1, bufferSizeMs: Int = 40, echoCancellation: Boolean = false)

Properties

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

Enable acoustic echo cancellation to remove speaker audio from mic input

Link copied to clipboard