MicrophoneSourceFactory
class MicrophoneSourceFactory(val audioSource: Int = MediaRecorder.AudioSource.CAMCORDER, effects: Set<UUID> = defaultAudioEffects) : AudioRecordSourceFactory(source)
A factory to create a MicrophoneSource.
Parameters
audioSource
the audio source to use (e.g., MediaRecorder.AudioSource.MIC)
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.