PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
WaveShaperOptions
Interface WaveShaperOptions
interface
WaveShaperOptions
{
channelCount
?:
number
;
channelCountMode
?:
ChannelCountMode
;
channelInterpretation
?:
ChannelInterpretation
;
curve
?:
Float32Array
<
ArrayBufferLike
>
|
number
[]
;
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
?:
Float32Array
<
ArrayBufferLike
>
|
number
[]
Optional
oversample
oversample
?:
OverSampleType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channel
Count
Mode
channel
Interpretation
curve
oversample
GitHub
Switch to Main
PokéRogue
Loading...