Package com.twilio.video
Class AudioOptions.Builder
java.lang.Object
com.twilio.video.AudioOptions.Builder
- Enclosing class:
- AudioOptions
Builds new
AudioOptions
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaudioJitterBufferFastAccelerate
(boolean audioJitterBufferFastAccelerate) Enables fast accelerate mode of jitter buffer.autoGainControl
(boolean autoGainControl) Adjust the sensitivity of the local mic dynamically.build()
echoCancellation
(boolean echoCancellation) Attempts to filter away the output signal from later inbound pickup.highpassFilter
(boolean highpassFilter) Remove background noise of lower frequencies.noiseSuppression
(boolean noiseSuppression) Filter out background noise.stereoSwapping
(boolean stereoSwapping) Swap left and right audio channels.typingDetection
(boolean typingDetection) Enables typing detection.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
echoCancellation
Attempts to filter away the output signal from later inbound pickup. Defaults to `true`. -
autoGainControl
Adjust the sensitivity of the local mic dynamically. Defaults to `true`. -
noiseSuppression
Filter out background noise. Defaults to `true`. -
highpassFilter
Remove background noise of lower frequencies. Defaults to `true`. -
stereoSwapping
Swap left and right audio channels. Defaults to `false`. -
audioJitterBufferFastAccelerate
@NonNull public AudioOptions.Builder audioJitterBufferFastAccelerate(boolean audioJitterBufferFastAccelerate) Enables fast accelerate mode of jitter buffer. Defaults to `false`. -
typingDetection
Enables typing detection. Defaults to `true`. -
build
-