Aperture
Aperture copied to clipboard
Recording .audioOnly with microphone and screen's audio crashes the app
Here is my code
try await recorder.start(
target: .audioOnly,
options: Aperture.RecordingOptions(
destination: fileURL,
losslessAudio: true,
recordSystemAudio: true,
microphoneDeviceID: "BuiltInHeadphoneInputDevice",
)
)
Here is error: