views:

543

answers:

3

Hey all,

I want to play music in my Objective-C program. How would I do that? I'm a noob, so please go easy. It's my 2nd program in Objective-C.

Thanks,

Kevin

A: 

Assuming you wish to play prerecorded music, try using QTMovieView. There's a tutorial on how to use it here.

Nicholas Riley
A: 

Since you've tagged the question xcode, take a look at NSSound and Apple's Audio Overview.

dreamlax
A: 

Have a look at Getting started with Audio & Video - iPhone Dev Center

Niall