Documentation
Preparing search index...
@music-ui/core
<internal>
WaveShaperOptions
Interface WaveShaperOptions
interface
WaveShaperOptions
{
channelCount
?:
number
;
channelCountMode
?:
ChannelCountMode
;
channelInterpretation
?:
ChannelInterpretation
;
curve
?:
number
[]
|
Float32Array
<
ArrayBufferLike
>
;
oversample
?:
OverSampleType
;
}
Hierarchy (
View Summary
)
AudioNodeOptions
WaveShaperOptions
Index
Properties
channel
Count?
channel
Count
Mode?
channel
Interpretation?
curve?
oversample?
Properties
Optional
channel
Count
channelCount
?:
number
Optional
channel
Count
Mode
channelCountMode
?:
ChannelCountMode
Optional
channel
Interpretation
channelInterpretation
?:
ChannelInterpretation
Optional
curve
curve
?:
number
[]
|
Float32Array
<
ArrayBufferLike
>
Optional
oversample
oversample
?:
OverSampleType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channel
Count
Mode
channel
Interpretation
curve
oversample
Documentation
Loading...