Web audio

From XPUB & Lens-Based wiki
Revision as of 14:03, 26 February 2024 by Manetta (talk | contribs) (Created page with "How to work with audio on the web? ==Tone.js== A nice place to start is: [https://tonejs.github.io Tone.js] <blockquote> Tone.js is a Web Audio framework for creating interactive music in the browser. The architecture of Tone.js aims to be familiar to both musicians and audio programmers creating web-based audio applications. On the high-level, Tone offers common DAW (digital audio workstation) features like a global transport for synchronizing and scheduling events a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to work with audio on the web?

Tone.js

A nice place to start is: Tone.js

Tone.js is a Web Audio framework for creating interactive music in the browser. The architecture of Tone.js aims to be familiar to both musicians and audio programmers creating web-based audio applications. On the high-level, Tone offers common DAW (digital audio workstation) features like a global transport for synchronizing and scheduling events as well as prebuilt synths and effects. Additionally, Tone provides high-performance building blocks to create your own synthesizers, effects, and complex control signals.