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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +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
-
* 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.
0 commit comments