MicrophoneSourceFactory
class MicrophoneSourceFactory(effects: Set<UUID> = setOf(
AudioEffect.EFFECT_TYPE_AEC,
AudioEffect.EFFECT_TYPE_NS
)) : AudioRecordSourceFactory
A factory to create a MicrophoneSource.
Parameters
effects
a set of audio effects to apply to the audio source
Functions
Link copied to clipboard
Creates an IAudioSourceInternal instance.
Link copied to clipboard
Whether the source that will be created by create is equal to another source.