measurement
A mode that indicates that your app is performing measurement of audio input or output.
Declaration
static let measurement: AVAudioSession.ModeDiscussion
Use this mode for apps that need to minimize the amount of system-supplied signal processing to input and output signals. If recording on devices with more than one built-in microphone, the session uses the primary microphone.
For use with the playback, record, or playAndRecord audio session categories.