Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Opus java binaries

License

NotificationsYou must be signed in to change notification settings

discord-java/opus-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular java binding for opus natives.

Artifacts

All artifacts are published tomaven central.

Gradle

repositories {    mavenCentral()}

opus-java-api

version-image

Note: Replace%VERSION% with the version above.

This artifact only provides the interface to access the native opus libraries.It can be used withoutopus-java-natives by providing the library toOpusLibrary.loadFrom(String) usingan absolute path.

Gradle

dependencies {    implementation("club.minnced:opus-java-api:%VERSION%")}

Maven

<dependency>    <groupId>club.minnced</groupId>    <artifactId>opus-java-api</artifactId>    <version>%VERSION%</version></dependency>

opus-java-natives

version-image

Note: Replace%VERSION% with the version above.

This artifact only provides the native opus libraries as resources.
The libraries are located under/natives and can be loaded at runtime.

Gradle

dependencies {    implementation("club.minnced:opus-java-natives:%VERSION%")}

Maven

<dependency>    <groupId>club.minnced</groupId>    <artifactId>opus-java-natives</artifactId>    <version>%VERSION%</version></dependency>

opus-java

version-image

Note: Replace%VERSION% with the version above.

This artifact depends onapi andnatives while not providingany other features. This can be used if you want all features of this binding.

Gradle

dependencies {    implementation("club.minnced:opus-java:%VERSION%")}

Maven

<dependency>    <groupId>club.minnced</groupId>    <artifactId>opus-java</artifactId>    <version>%VERSION%</version></dependency>

About

Opus java binaries

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp