A performance-oriented Java wrapper for libopus using JNI.
repositories {
mavenCentral()
}
dependencies {
implementation 'me.walkerknapp:rapidopus:2.0.0'
}
<dependency>
<groupId>me.walkerknapp</groupId>
<artifactId>rapidopus</artifactId>
<version>2.0.0</version>
</dependency>
- Clone the repository, or download the zip archive and extract it:
> git clone https://github.com/WalkerKnapp/rapidopus.git > cd devolay
- Run the automatic assembly:
> ./gradlew assemble > ./gradlew install