Preparing search index...
The search index is not available
@irisaudiotechnologies/iris-web-sdk
@irisaudiotechnologies/iris-web-sdk
AudioContextConfig
Interface AudioContextConfig
The SDK config returned after calling createAudioContext()
interface
AudioContextConfig
{
bufferLength
:
number
;
channelCount
:
number
;
contextId
:
string
;
description
:
string
;
error
:
number
;
fixedFrameCount
:
boolean
;
frameOffset
:
number
;
instance
:
number
;
optimalBuffering
:
boolean
;
parameters
:
IrisProcessors
;
sampleRate
:
number
;
willMix
:
boolean
;
willResample
:
boolean
;
}
Index
Properties
buffer
Length
channel
Count
context
Id
description
error
fixed
Frame
Count
frame
Offset
instance
optimal
Buffering
parameters
sample
Rate
will
Mix
will
Resample
Properties
buffer
Length
bufferLength
:
number
channel
Count
channelCount
:
number
context
Id
contextId
:
string
description
description
:
string
error
error
:
number
fixed
Frame
Count
fixedFrameCount
:
boolean
frame
Offset
frameOffset
:
number
instance
instance
:
number
optimal
Buffering
optimalBuffering
:
boolean
parameters
parameters
:
IrisProcessors
sample
Rate
sampleRate
:
number
will
Mix
willMix
:
boolean
will
Resample
willResample
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
Length
channel
Count
context
Id
description
error
fixed
Frame
Count
frame
Offset
instance
optimal
Buffering
parameters
sample
Rate
will
Mix
will
Resample
@irisaudiotechnologies/iris-web-sdk
Loading...
The SDK config returned after calling createAudioContext()