Mark Thomas <email@hidden>
Mark Thomas <email@hidden>
- Subject: Mark Thomas <email@hidden>
- From: Ian Ollmann <email@hidden>
- Date: Fri, 27 Jul 2001 22:37:35 -0700
Mark Thomas <email@hidden> wrote:
>
Hi,
>
I was wondering if anybody know if you do
>
>
SndCommand sndCmd={volumeCmd,0,0L};
>
sndCmd.param2 =( (long)kFullVolume<<16 )|( kFullVolume & 0xFFFF );
>
>
On the sound manger, is this the max volume of machine or of what you
>
have set the maximum of the channel. I have set the machine volume to :-
>
>
SetDefaultOutputVolume(speakerVolume);
>
>
I9m present trying this as it seem, that is doesn9t pay any attention
>
unless the machine volume is zero.
I'm having a little trouble parsing your question. 0x01000100 is 100%
volume with SndDoCommand() and volumeCmd. If you use 0xFFFFFFFF, you get
nearly 256 times the recorded volume, AFAIK, though I cant say that I have
dared try. Whatever volume you choose is attenuated by the global system
volume.
Ian