Top "Avfoundation" questions

The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.

AVSpeechSynthesizer error AudioSession

I'm playing around with AVSpeechSynthesizer and always getting these errors: ERROR: >aqsrv> 65: Exception caught in (null) - error …

ios objective-c avfoundation avaudiosession
AVAudioPlayer rate

So I'm trying to play a sound file at a different rate in iOS 5.1.1, and am having absolutely no luck. …

ios avfoundation avaudioplayer avplayer audio-processing
How to set timestamp of CMSampleBuffer for AVWriter writing

I'm working with AVFoundation for capturing and recording audio. There are some issues I don't quite understand. Basically I want …

ios avfoundation audio-recording cmsamplebufferref core-media
iOS - swift - merge videos using AVFoundation

I'm trying to merge some videos in a unique output.mov. The exported file isn't playable and I don't now …

ios swift avfoundation avassetexportsession
Detecting AVPlayer video start stop events

Here is nice simple avplayer piece of code playing a small collection of videos in a queue. My question. I …

swift avfoundation avplayer avqueueplayer avkit
How can I specify the format of AVAudioEngine Mic-Input?

I'd like to record the some audio using AVAudioEngine and the users Microphone. I already have a working sample, but …

ios avfoundation core-audio avaudioengine
Using CIFilter with AVFoundation (iOS)

I am trying to apply filters to a video composition created with AVFoundation on iOS (filters could be, eg, blur, …

ios video avfoundation core-image
Rotate CGImage taken from video frame

This is Apple's code (from Technical Q&A QA1702) for getting a UIImage from a video buffer. Unfortunately, the …

iphone core-graphics quartz-2d avfoundation
AVAudioPlayer stops playing immediately with ARC

I am trying to play an MP3 via AVAudioPlayer which I thought to be fairly simple. Unfortunately, it's not quite …

objective-c ios avfoundation avaudioplayer automatic-ref-counting