livekit-android-sdk
2.10.0
SDK
livekit-android-sdk
/
io.livekit.android.room.track
/
LocalAudioTrackOptions
Local
Audio
Track
Options
data
class
LocalAudioTrackOptions
(
val
noiseSuppression
:
Boolean
=
true
,
val
echoCancellation
:
Boolean
=
true
,
val
autoGainControl
:
Boolean
=
true
,
val
highPassFilter
:
Boolean
=
true
,
val
typingNoiseDetection
:
Boolean
=
true
)
Members
Constructors
Local
Audio
Track
Options
Link copied to clipboard
constructor
(
noiseSuppression
:
Boolean
=
true
,
echoCancellation
:
Boolean
=
true
,
autoGainControl
:
Boolean
=
true
,
highPassFilter
:
Boolean
=
true
,
typingNoiseDetection
:
Boolean
=
true
)
Properties
auto
Gain
Control
Link copied to clipboard
val
autoGainControl
:
Boolean
=
true
echo
Cancellation
Link copied to clipboard
val
echoCancellation
:
Boolean
=
true
high
Pass
Filter
Link copied to clipboard
val
highPassFilter
:
Boolean
=
true
noise
Suppression
Link copied to clipboard
val
noiseSuppression
:
Boolean
=
true
typing
Noise
Detection
Link copied to clipboard
val
typingNoiseDetection
:
Boolean
=
true