WebAudio API : AudioNode Interface connect() method input parameter usage

hi WebAudio API developers,

         I have a query about the AudioNode Interface connect()
method parameter.
link : https://dvcs.w3.org/hg/*audio*
/raw-file/tip/webaudio/specification.html...<https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioNode-section>

    The connect method's input parameter is defined as : The input
parameter is an index describing which input of the destination
AudioNode to connect to.
  In the following example code,

  node_.connect(context_.destination, 0,0);

          Is the input parameter is meant to specify the *audio* output
device on which the sound should be played? (eg. input parameter = 0
for system speaker, input param = 2 for headphone etc?)

Thanks,

Ampy

Received on Monday, 19 September 2011 06:17:37 UTC