audioSource property
Defines the audio source. An audio source defines both a default physical source of audio signal, and a recording configuration.
Depending of the constructor some effects are available or not depending of this source.
Most of the time, you should use AndroidAudioSource.defaultSource or AndroidAudioSource.mic.
Implementation
final AndroidAudioSource audioSource;