I'm working on adding APIs to set the various microphone properties. In the mean time, I noticed your override of _makeDevice() should be returning dev in order to work properly. Let me know if that helps!

Regards,
Max Carlson
OpenLaszlo.org

On 4/1/10 2:43 PM, Michaela Merz wrote:
<method name="_makeDevice"><![CDATA[
    var dev = super._makeDevice();
    dev.codec = 'Speex';
    dev.soundTransform = this._sound;
    dev.setUseEchoSuppression(true);
    ]]>
</method>

Reply via email to