Documentation
Preparing search index...
@music-ui/core
<internal>
ConvolverOptions
Interface ConvolverOptions
interface
ConvolverOptions
{
buffer
?:
AudioBuffer
|
null
;
channelCount
?:
number
;
channelCountMode
?:
ChannelCountMode
;
channelInterpretation
?:
ChannelInterpretation
;
disableNormalization
?:
boolean
;
}
Hierarchy (
View Summary
)
AudioNodeOptions
ConvolverOptions
Index
Properties
buffer?
channel
Count?
channel
Count
Mode?
channel
Interpretation?
disable
Normalization?
Properties
Optional
buffer
buffer
?:
AudioBuffer
|
null
Optional
channel
Count
channelCount
?:
number
Optional
channel
Count
Mode
channelCountMode
?:
ChannelCountMode
Optional
channel
Interpretation
channelInterpretation
?:
ChannelInterpretation
Optional
disable
Normalization
disableNormalization
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
channel
Count
channel
Count
Mode
channel
Interpretation
disable
Normalization
Documentation
Loading...