Skip to content

Commit e4b51f0

Browse files
committed
Update README.md
1 parent 6edee48 commit e4b51f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +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-
* 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.
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+
* **Server-side rendering audio** generate from APIs, bots, pipelines.
9+
* **Tone.js and other web audio libraries** work in Node as-is.
1010

1111
```
1212
npm install web-audio-api

0 commit comments

Comments
 (0)