Preparing search index...
The search index is not available
Tone.js
Tone.js
PWMOscillatorOptions
Interface PWMOscillatorOptions
PWM Oscillator
interface
PWMOscillatorOptions
{
context
:
BaseContext
;
detune
:
number
;
frequency
:
Unit
.
Frequency
;
modulationFrequency
:
Unit
.
Frequency
;
mute
:
boolean
;
onstop
:
onStopCallback
;
phase
:
number
;
type
:
"pwm"
;
volume
:
number
;
}
Hierarchy
BaseOscillatorOptions
PWMOscillatorOptions
Index
Properties
context
detune
frequency
modulation
Frequency
mute
onstop
phase
type
volume
Properties
context
context
:
BaseContext
detune
detune
:
number
frequency
frequency
:
Unit
.
Frequency
modulation
Frequency
modulation
Frequency
:
Unit
.
Frequency
mute
mute
:
boolean
onstop
onstop
:
onStopCallback
phase
phase
:
number
type
type
:
"pwm"
volume
volume
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
detune
frequency
modulation
Frequency
mute
onstop
phase
type
volume
Tone.js
Loading...
PWM Oscillator