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
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
Assuming you wish to play prerecorded music, try using QTMovieView. There's a tutorial on how to use it here.
Since you've tagged the question xcode
, take a look at NSSound and Apple's Audio Overview.