05-18-05 12:45 PM
Dario,
I have not tried this with the microphone object (but I have
successfully captured multiple cams) by assigning separate microphone
objects each referencing a different microphone index:
mic1 = Microphone.get(1);
mic2 = Microphone.get(2);
... etc...
srcStreamOne.attachAudio(mic1);
srcStreamTwo.attachAudio(mic2);
... etc...
Then you should be able to set properties of each microphone, ie:
mic1.setGain(55);
HTH
// Lisa Larson
--
www.gotoGroupInc.com
www.ifoxcam.com
On May 18, 2005, at 2:43 AM, Dario De Agostini wrote:
> Good morning list!!!
>
> I have a simple question,
> did any of you tired using multiple microphone objects whithin the
> same fcs application ?
>
> i mean... suppose i have 3 audio sources and i want to control/publish
> them all, being able to change each volume ( mic.setGain() ),
> publishing the 3 sources on 3 different streams...
>
> Any chance to make it work ? (it didn't work here)
>
> Thanks in advance,
> Dario De Agostini
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
[ Post a follow-up to this message ]
|