Documentation
Preparing search index...
@music-ui/core
<internal>
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channel
Count
Mode
channel
Interpretation
detune
frequency
periodic
Wave
type
Documentation
Loading...