PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
OscillatorOptions
Interface OscillatorOptions
interface
OscillatorOptions
{
channelCount
?:
number
;
channelCountMode
?:
ChannelCountMode
;
channelInterpretation
?:
ChannelInterpretation
;
detune
?:
number
;
frequency
?:
number
;
periodicWave
?:
PeriodicWave
;
type
?:
OscillatorType
;
}
Hierarchy (
View Summary
)
AudioNodeOptions
OscillatorOptions
Index
Properties
channel
Count?
channel
Count
Mode?
channel
Interpretation?
detune?
frequency?
periodic
Wave?
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
periodic
Wave
periodicWave
?:
PeriodicWave
Optional
type
type
?:
OscillatorType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channel
Count
Mode
channel
Interpretation
detune
frequency
periodic
Wave
type
GitHub
Switch to Main
PokéRogue
Loading...