MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 474

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Example
The following example turns on echo suppression.
my_mic.setUseEchoSuppression(true);
See also
Microphone.setGain()
Microphone.silenceLevel()
Availability
Flash Player 6.
Usage
activeMicrophone.silenceLevel
Description
Read-only property; an integer that specifies the amount of sound required to activate the
microphone and invoke
Example
See the example for
See also
Microphone.gain
Microphone.silenceTimeout()
Availability
Flash Player 6.
Usage
activeMicrophone.silenceTimeout
Description
Read-only property; a numeric value representing the number of milliseconds between the time
the microphone stops detecting sound and the time
invoked. The default value is 2000 (2 seconds).
To set this value, use
Example
The following example sets the timeout to two times its current value.
myMic.setSilenceLevel(myMic.silenceLevel, myMic.silenceTimeOut * 2);
See also
Microphone.setSilenceLevel()
474
Chapter 12: ActionScript Dictionary
,
Microphone.useEchoSuppression()
Microphone.onActivity(true)
Microphone.silenceTimeout()
,
Microphone.setSilenceLevel()
Microphone.setSilenceLevel()
. The default value is 10.
.
Microphone.onActivity(false)
.
is

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents