Skip to content

Commit 1f41f7d

Browse files
committed
docs: more info on linux builds
1 parent ba11c06 commit 1f41f7d

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,24 @@ node examples/granular-scrub.js
7272

7373
We provide prebuilt binaries for the following platforms:
7474

75-
| | binaries |
76-
|------------------------------|:--------:|
77-
| Windows x64 ||
78-
| Windows arm64 ||
79-
| macOS x64 ||
80-
| macOS aarch64 ||
81-
| Linux x64 gnu ||
82-
| Linux arm gnueabihf ||
83-
| Linux arm64 gnu ||
84-
85-
If you need another platform to be supported, please fill an [issue](https://github.com/ircam-ismm/node-web-audio-api/issues) and we will see what we can do.
75+
| | binaries |
76+
|-----------------------------------------------------|:--------:|
77+
| Windows x64 ||
78+
| Windows arm64 ||
79+
| macOS x64 ||
80+
| macOS aarch64 ||
81+
| Linux x64 gnu (jack / pipewire-jack) ||
82+
| Linux arm gnueabihf (jack / pipewire-jack) ||
83+
| Linux arm64 gnu (jack / pipewire-jack) ||
84+
85+
86+
87+
### Important notes
88+
89+
- If you need support for another platform, please fill an [issue](https://github.com/ircam-ismm/node-web-audio-api/issues) and we will see what we can do.
90+
91+
- All provided Linux binaries are built with the `jack` flag, which should work either with properly configured [Jack](https://jackaudio.org/) or [pipewire-jack](https://pipewire.org/) backends (...working on interactive / real-time audio, this is our requirements and thus what we _de facto_ support). If this is a limitation for you, please fill an [issue](https://github.com/ircam-ismm/node-web-audio-api/issues) and we will see what we can do.
92+
8693

8794
## Manual Build
8895

0 commit comments

Comments
 (0)