PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
BiquadFilterOptions
Interface BiquadFilterOptions
interface
BiquadFilterOptions
{
channelCount
?:
number
;
channelCountMode
?:
ChannelCountMode
;
channelInterpretation
?:
ChannelInterpretation
;
detune
?:
number
;
frequency
?:
number
;
gain
?:
number
;
Q
?:
number
;
type
?:
BiquadFilterType
;
}
Hierarchy (
View Summary
)
AudioNodeOptions
BiquadFilterOptions
Index
Properties
channel
Count?
channel
Count
Mode?
channel
Interpretation?
detune?
frequency?
gain?
Q?
type?
Properties
Optional
channel
Count
channelCount
?:
number
Optional
channel
Count
Mode
channelCountMode
?:
ChannelCountMode
Optional
channel
Interpretation
channelInterpretation
?:
ChannelInterpretation
Optional
detune
detune
?:
number
Optional
frequency
frequency
?:
number
Optional
gain
gain
?:
number
Optional
Q
Q
?:
number
Optional
type
type
?:
BiquadFilterType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channel
Count
Mode
channel
Interpretation
detune
frequency
gain
Q
type
GitHub
Switch to Main
PokéRogue
Loading...