I wonder if someone could try the following application, and see if they get a short delay between speaking into their microphone and hearing the loopback. That’s what I’m getting here.

 

Cheers, Tim

 

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">

            <mx:Script>

                        <![CDATA[

                                    private var mic:Microphone = Microphone.getMicrophone();

                                   

                                    private function init ():void {

                                                mic.setLoopBack (true);

                                    }

                        ]]>

            </mx:Script>

</mx:Application>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to