Re: System Sound, and Audio Services [solved more] (was: NSSound play often fails)

2009-08-10 Thread Uli Kusterer
For what it's worth, for an iPhone app, I wrote some code that uses the system sound and audio queue APIs and is wrapped in a little class that looks like an NSSound. Find it here: http://zathras.de/sourcecode.htm#UKSoundUKSystemSound That may be a better choice, as it will let you move back

System Sound, and Audio Services [solved more] (was: NSSound play often fails)

2009-08-08 Thread Jerry Krinock
On 2009 Aug 04, at 10:32, James Walker wrote: Matt Neuburg wrote: Either load the sound from the file yourself with NSSound alloc and initWithContentsOfFile, and release it when done, or just use the auto-released sound provided for you by soundNamed: Originally my code was simpler... S