You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,11 @@
2
2
3
3
[Web Audio API](https://webaudio.github.io/web-audio-api/) in pure JavaScript. 100% [WPT](https://web-platform-tests.org/) conformance, no native deps.
4
4
5
-
* Full W3C spec runs outside browsers — audio becomes a JS capability, not a browser feature.
6
-
* Same code in browser and Node — nothing new to learn, nothing to compile.
7
-
* Test audio without speakers — `OfflineAudioContext` + any test runner.
8
-
* Server-side rendering — generate audio from APIs, bots, pipelines.
9
-
* CLI audio scripting — pipe, process, synthesize from the terminal.
10
-
* Tone.js and other Web Audio libraries work in Node unchanged.
5
+
* Same audio code works in browser and Node.
6
+
* Test audio in CI — `OfflineAudioContext` renders without speakers.
7
+
* CLI audio scripting – pipe, process, synthesize from terminal.
8
+
* Render audio server-side, generate from APIs, bots, pipelines.
0 commit comments