Interface AudioNodes
Package: @synesthesia-project/precise-audio
Properties
context
The AudioContext
in use by the respective instance of PreciseAudio
.
Declaration
context: AudioContext
Property Value
Type | Description |
---|---|
AudioContext |
input
A node representing the audio that is being played,
after volume adjustment.
By default, this node is connected directly to output
.
Declaration
input: AudioNode
Property Value
Type | Description |
---|---|
AudioNode |
output
The node that the library is outputting audio to.
Declaration
output: AudioNode
Property Value
Type | Description |
---|---|
AudioNode |