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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,11 @@ dependencies {
53
53
}
54
54
```
55
55
56
+
> [!NOTE]
57
+
> ### Alternative: Custom Native Library
58
+
>
59
+
> You can bring your own `libdave` binary by using `-Djdave.library.path=/path/to/libdave.so` as a JVM argument or setting it using `System.setProperty(NativeLibraryLoader.LIBRARY_PATH_PROPERTY, path)` before loading the `LibDave` class.
60
+
56
61
## Example: JDA
57
62
58
63
To use this library with [JDA](https://github.com/discord-jda/JDA), you can use the [JDaveSessionFactory](api/src/main/java/club/minnced/discord/jdave/interop/JDaveSessionFactory.java) to configure the audio module:
0 commit comments