UNPKG

js-synthesizer

Version:

Synthesizer library for web-based JS program, using with Web Audio or etc.

8 lines 264 B
import Synthesizer from './Synthesizer'; /** * Returns the Promise object which resolves when the synthesizer engine is ready. */ export default function waitForReady() { return Synthesizer.waitForWasmInitialized(); } //# sourceMappingURL=waitForReady.js.map