I created an app that uses AVCaptureStillImageOutput from AVFoundation. I realized that in my app and other sample sources, shutter takes 1 second or so to make the sound after the shutter button has been tapped.
Is there a way to make the sound as soon as the button is tapped? I searched and found similar questions but did not find a concrete answer.
How to avoid shutter sound struggling during capturing still image with `AVCaptureStillImageOutput`?
Is there any way to improve time between shots with AVCaptureStillImageOutput?