Re: NSSound thread-safety?
Re: NSSound thread-safety?
- Subject: Re: NSSound thread-safety?
- From: Jens Alfke <email@hidden>
- Date: Mon, 16 Jun 2008 17:28:03 -0700
On 16 Jun '08, at 5:15 PM, j o a r wrote:
I think that you can use QTKit to load and play sound files
asynchronously.
QuickTime is pretty non-thread-safe too.
NSSound already plays the sound asynchronously. It's apparently
loading the sound that blocks for a long time (although it's lazy
enough that it won't actually load the sound till the first time you
ask it to play). I'm not sure QT would do any better (especially since
NSSound may well be using QT under the hood anyway.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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