Re: Accessing System default sounds
Re: Accessing System default sounds
- Subject: Re: Accessing System default sounds
- From: "Jordan Krushen" <email@hidden>
- Date: Tue, 30 May 2006 11:51:49 -0700
On 5/30/06, Andrew Farmer <email@hidden> wrote:
The default alert sounds are located in /System/Library/Sounds. If
you're going to include the contents of this directory, though, make
sure to also include $HOME/Library/Sounds, if it exists - the user
may have installed their own sounds there.
That sounds like extra work for nothing -- don't duplicate (or
traverse) system sound directories in your app. Sound files in the
app bundle, /Library/Sounds and ~/Library/Sounds all get searched
automatically using +[NSSound soundNamed:].
file:///Developer/ADC Reference Library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSSound_Class/Reference/Reference.html#//apple_ref/occ/clm/NSSound/soundNamed:
J.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden