Skip to content

Commit df2f7f3

Browse files
authored
document now supported architecures in README.md
1 parent b2902b2 commit df2f7f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ A [basic example bot](Testbot) is available.
2929

3030
Support for Darwin (Mac), Windows AMD64, and Linux ARM (Raspberry Pi) is provided on a best-effort basis. This is dependent on Lavaplayer's native libraries.
3131

32+
Lavaplayer currently supports following architectures:
33+
34+
`Darwin (M1 & Intel)`, `Linux aarch32`, `Linux aarch64`, `Linux ARMv7+ 32/64`, `Linux ARMHF(v6) 32`, `Linux i386 32`, `Linux x86 64`, `Windows i386 32` and `Windows x86 64`
35+
36+
JDA-NAS(Native Audio Buffer) & the Timescale filter are currently not supported on following architectures:
37+
38+
`Linux ARMHF(v6) 32` and `Linux aarch32`
39+
40+
3241
Support for other JVMs is also best-effort. Periodic CPU utilization stats are prone not to work everywhere.
3342

3443
**\*Java 11 appears to have some issues with Discord's TLS 1.3. Java 14 has other undiagnosed HTTPS problems. Use Java 13. Docker images have been updated.** See [#258](https://github.com/freyacodes/Lavalink/issues/258), [#260](https://github.com/freyacodes/Lavalink/issues/260)

0 commit comments

Comments
 (0)