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

Play a sound while recording #581

Open jobloxfire opened 11 years ago

jobloxfire commented 11 years ago

Is it possible to play a sound while recording video using GPUImageMovieWriter? Because I want to play a beep sound every 5 seconds. I tried it using AVAudioPlayer but the frame will freeze after the beep is played. Maybe I'm doing something wrong.

By the way this framework is great. Thank you :+1:

PetrBodnar commented 11 years ago

I'm interested in this too