Create a new AudioMixer instance.
The audio-context instance used to process audio (same as "ctx" property).
All channels added to the current AudioMixer instance
The audio-context instance used to process audio.
The node to control the mixer output volume
Get the current volume value of the mixer
Modify the volume of the current mixer (from 0 to 1)
Add a new channel in the current AudioMixer.
Look for a channel with a specific id.
The previous defined id on the addChannel( ) method call.
Due to the constant change in browser security, it is necessary to wait for the user to perform an action within the web page in order to execute the AudioContext correctly. If necessary, you can execute this method once the user executes the action in order to allow access to the AudioContext. Basically, this method verify and executes another funtion inside the AudioContext object, AudioContext.resume().
Generated using TypeDoc
Create a virtual mixing-console with audio channels