stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
ExternalAudioProcessingFactory
/
AudioProcessing
Audio
Processing
interface
AudioProcessing
Interface for external audio processing.
Members
Functions
initialize
Link copied to clipboard
abstract
fun
initialize
(
sampleRateHz
:
Int
,
numChannels
:
Int
)
Called when the processor should be initialized with a new sample rate and number of channels.
process
Link copied to clipboard
abstract
fun
process
(
numBands
:
Int
,
numFrames
:
Int
,
buffer
:
ByteBuffer
)
Processes the given capture or render signal.
reset
Link copied to clipboard
abstract
fun
reset
(
newRate
:
Int
)
Called when the processor should be reset with a new sample rate.