Skip to content

Commit 6edee48

Browse files
committed
Friendlier
1 parent d4f0140 commit 6edee48

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
[Web Audio API](https://webaudio.github.io/web-audio-api/) in pure JavaScript. 100% [WPT](https://web-platform-tests.org/) conformance, no native deps.
44

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.
9+
* Tone.js and friends work in Node as-is.
1110

1211
```
1312
npm install web-audio-api

0 commit comments

Comments
 (0)