Re: about 3D sound
Re: about 3D sound
- Subject: Re: about 3D sound
- From: Jens Alfke <email@hidden>
- Date: Sat, 20 Mar 2010 18:01:17 -0700
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 (email@hidden)
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:
This email sent to email@hidden