Preparing search index...
The search index is not available
@irisaudiotechnologies/iris-web-sdk
@irisaudiotechnologies/iris-web-sdk
AudioContextRequest
Interface AudioContextRequest
The options inside createAudioContext()
interface
AudioContextRequest
{
bufferLength
?:
number
;
channelCount
?:
number
;
fixedFrameCount
?:
boolean
;
processors
:
string
[]
;
sampleRate
?:
number
;
}
Index
Properties
buffer
Length?
channel
Count?
fixed
Frame
Count?
processors
sample
Rate?
Properties
Optional
buffer
Length
bufferLength
?:
number
Optional
channel
Count
channelCount
?:
number
Optional
fixed
Frame
Count
fixedFrameCount
?:
boolean
processors
processors
:
string
[]
Optional
sample
Rate
sampleRate
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
Length
channel
Count
fixed
Frame
Count
processors
sample
Rate
@irisaudiotechnologies/iris-web-sdk
Loading...
The options inside createAudioContext()