Members
(constant) audioContext :AudioContext
Expose a unique audio context singleton as the default audio context used by the components of the Waves Audio library and applications using the library.
Type:
- AudioContext
- Source:
Example
import * as audio from 'waves-audio';
const audioContext = audio.audioContext;
Methods
getScheduler() → {Scheduler}
Returns a unique instance of Scheduler
- Source:
- See:
-
- Scheduler
Returns:
- Type
- Scheduler
getSimpleScheduler() → {SimpleScheduler}
Returns a unique instance of SimpleScheduler
- Source:
- See:
-
- SimpleScheduler
Returns:
- Type
- SimpleScheduler