Preparing search index...
The search index is not available
Tone.js
Tone.js
ToneOscillatorOptions
Interface ToneOscillatorOptions
interface
ToneOscillatorOptions
{
context
:
BaseContext
;
detune
:
number
;
frequency
:
Unit
.
Frequency
;
mute
:
boolean
;
onstop
:
onStopCallback
;
partialCount
:
number
;
partials
:
number
[]
;
phase
:
number
;
type
:
ToneOscillatorType
;
volume
:
number
;
}
Hierarchy (
view full
)
BaseOscillatorOptions
ToneOscillatorOptions
AMOscillatorOptions
FMOscillatorOptions
FatOscillatorOptions
Index
Properties
context
detune
frequency
mute
onstop
partial
Count
partials
phase
type
volume
Properties
context
context
:
BaseContext
detune
detune
:
number
frequency
frequency
:
Unit
.
Frequency
mute
mute
:
boolean
onstop
onstop
:
onStopCallback
partial
Count
partial
Count
:
number
partials
partials
:
number
[]
phase
phase
:
number
type
type
:
ToneOscillatorType
volume
volume
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
detune
frequency
mute
onstop
partial
Count
partials
phase
type
volume
Tone.js
Loading...