BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

`rotateCamera` will interrupt audio recording #2428

Open iTofu opened 7 years ago

iTofu commented 7 years ago
[self.videoCamera rotateCamera]; // self.videoCamera is GPUImageVideoCamera

I have a AVAudioRecorder, it works fine, but this method will interrupt audio recording, how to fix this problem?