---
title: mixesAudioWithMicrophone
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/screcordingoutputconfiguration/mixesaudiowithmicrophone
---

# mixesAudioWithMicrophone

## Declaration

```swift
var mixesAudioWithMicrophone: Bool { get set }
```

## Discussion

Discussion If the stream being recorded captures both system audio and microphone audio, setting mixesAudioWithMicrophone to NO will keep two audio tracks for each audio stream in the recording output. Default value is YES, which will mix system and microphone audio, result one audio track in recording output.
