The Audio Toolbox framework provides interfaces for recording, playback, and stream parsing.
I'm trying to get audio in my app to play through the upper speaker on the iPhone, the one you …
ios objective-c avfoundation media-player audiotoolboxHow to generate audio wave form programmatically while recording Voice in iOS? m working on voice modulation audio frequency in …
iphone ios avfoundation core-audio audiotoolboxDuring a test, a client noticed that video playback in the iPhone pauses when headphones are unplugged. He wanted similar …
iphone ios objective-c audiotoolbox headphonesI am playing a small .wav file using the AudioToolBox. AudioServicesPlaySystemSound (soundFileObject); But sometimes it is not playing. What is …
objective-c audiotoolboxI want to encode PCM (CMSampleBufferRef(s) going live from AVCaptureAudioDataOutputSampleBufferDelegate) into AAC. When the first CMSampleBufferRef arrives, I set …
ios audio core-audio aac audiotoolboxI have AVFoundation and AudioToolbox frameworks added to my project. In the class from where I want to play a …
ios audio avfoundation audiotoolbox system-soundsI have been working with Apple Watch OS 2 for a while, but have not succeeded in triggering vibration on Apple …
xcode swift2 apple-watch audiotoolbox watchos-2Right now when a user presses a button I play a custom camera shutter sound. However, if possible, I would …
ios objective-c iphone-5 iphone-4 audiotoolbox