Skip to content

Commit 11f1ebc

Browse files
authored
Update README.md
1 parent ff48a3e commit 11f1ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# web-audio-api [![test](https://github.com/audiojs/web-audio-api/actions/workflows/test.yml/badge.svg)](https://github.com/audiojs/web-audio-api/actions/workflows/test.yml) [![npm](https://img.shields.io/npm/v/web-audio-api)](https://npmjs.org/package/web-audio-api)
22

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.
3+
Portable [Web Audio API](https://webaudio.github.io/web-audio-api/).
44

5-
* Same audio code **works in browser and Node**.
6-
* **Test audio in CI**`OfflineAudioContext` renders without speakers.
5+
* **100% [WPT](https://web-platform-tests.org/) conformance**, no native deps.
6+
* **Audio in CI**`OfflineAudioContext` renders without speakers.
77
* **CLI audio scripting** – pipe, process, synthesize from terminal.
88
* **Server-side audio** – generate from APIs, bots, pipelines.
99
* **Tone.js and web audio libs** work in Node as-is.

0 commit comments

Comments
 (0)