Re: Sound Level
Re: Sound Level
- Subject: Re: Sound Level
- From: Esteban Uribe <email@hidden>
- Date: Mon, 07 Apr 2003 10:31:54 -0700
On Monday, April 07, 2003, at 09:34AM, Lorenzo <email@hidden> wrote:
>
Hi,
>
thank you. But I don't play movies, I play only NSSounds like:
>
>
theSound = [NSSound soundNamed:@"startSound"];
>
[theSound play];
>
>
Well as far as I know playing the sound through an NSMovie provides volume control,
and using the previously mentioned Quicktime functions (StartMovie, etc)
Otherwise if you stick with NSSound, it uses the system alert sound volume.
Not only that but with NSSound you can't set application specific sound volume, AFAIK.
Doing a quick search at
http://cocoa.mamasam.com and thereafter on www.sourceforge.net
revealed that NSSound has been cut back ,
however there seems to be something that you might find useful at
http://musickit.sourceforge.net/
It contains a download for SndKit.
I have no idea if it can be used in OS X and Cocoa at the moment.
The cocoa-dev message that guided me to this SndKit at sourceforge can be viewed at:
http://cocoa.mamasam.com/COCOADEV/2001/08/1/876.php
I hope this helps :-)
-Esteban
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.