On Mar 20, 2010, at 12:32 PM, Jonathan Chacón wrote: > I'm searching some documentation about 3D sound to play sounds at left, > right, etc channel and modify the frequency of the sound but I don't find > anything in NSSound.
NSSound is a bare minimum API; it’s basically for playing alerts. If you want to do anything more than play back a plain audio snippet, you’ll have to use other APIs instead. OpenAL is one possibility (I haven’t tried it, myself), but the main one is CoreAudio, which is quite complex and hard to use. You can discuss these APIs on Apple’s coreaudio-api mailing list. —Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com