addSink

open override fun addSink(sink: AudioTrackSink)

Note: This function relies on us setting JavaAudioDeviceModule.Builder.setSamplesReadyCallback. If you provide your own AudioDeviceModule, or set your own callback, your sink will not receive any audio data.

See also