Web Native audio engine APIs

WebAudio API

  • Browser audio API (JavaScript).

  • Graph-based audio engine.

  • Node-based DSP graph.

  • Runs inside browser sandbox.

  • High-level abstraction.

  • Latency depends on browser.

  • Typical use today

    • Web games, apps.

    • Emscripten backends.