Preparing search index...
The search index is not available
Tone.js
Tone.js
ConvolverOptions
Interface ConvolverOptions
The possible options for this node
interface
ConvolverOptions
{
context
:
BaseContext
;
normalize
:
boolean
;
onload
:
(
(
)
=>
void
)
;
url
?:
string
|
AudioBuffer
|
ToneAudioBuffer
;
}
Hierarchy (
view full
)
ToneAudioNodeOptions
ConvolverOptions
Index
Properties
context
normalize
onload
url?
Properties
context
context
:
BaseContext
normalize
normalize
:
boolean
onload
onload
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
url
url
?:
string
|
AudioBuffer
|
ToneAudioBuffer
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
normalize
onload
url
Tone.js
Loading...
The possible options for this node