"David De Bono" wrote:
> Hi!
>
> I'm using the directsound control for SAPI4 in VB6 (DirectSS)
>
> I want to set the output sound device, but cannot find how to do this.
>
> Have found the following documentation:
>
> InitAudioDestDirect(direct As Long)
> Sets up a Direct Sound object As the output device. Input parameter is an
> index for an existing object. If null is passed in, a private one is
> created.
>
>
> InitAudioDestMM(deviceid As Long)
> Use this to set the wave device id during startup.
>
> But canot figure out the value to be set there. Where can I get the
> parameter to set ?
>
> David
>