Interface RuntimeOptions

interface RuntimeOptions {
    createAudioWorkletNode?: ((context, name) => any);
}

Properties

createAudioWorkletNode?: ((context, name) => any)

Type declaration

    • (context, name): any
    • Parameters

      Returns any