Top "Audioqueueservices" questions

Audio Queue Services provides a straightforward, low overhead way to record and play audio in OS X. Starting with OS X v10.

Example of using Audio Queue Services

I am seeking an example of using Audio Queue Services. I would like to create a sound using a mathematical …

objective-c audio core-audio audioqueueservices
How do I get the filesystem path for a resource on iPhone?

On the iPhone I need to get the path for the resource. OK, done that, but when it comes to …

iphone core-audio audioqueueservices
How to deal with forward declaration / #import in Cocoa Touch (Objective-C cross C++) correctly?

I am trying to write this header file: //@class AQPlayer; //#import "AQPlayer.h" @interface AQ_PWN_iPhoneViewController : UIViewController { AQPlayer* player; } @…

iphone objective-c audioqueueservices cross-language
Using Audio Queue Services to play PCM data over a socket connection

I'm writing a remote desktop client for the iPhone and I'm trying to implement audio redirection. The client is connected …

iphone audioqueueservices