Skip to content

JustRed23/lavadsp-natives

 
 

Repository files navigation

lavadsp-natives

Compiled native files for https://github.com/natanbc/lavadsp

This original branch can be used with the existing native loader in lavaplayer.

Installation

Latest version (replace @TAG@ with this):

Using gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.JustRed23:lavadsp-natives:@TAG@'
}

Using maven:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.JustRed23</groupId>
    <artifactId>lavadsp-natives</artifactId>
    <version>@TAG@</version>
</dependency>

About

Compiled native files for https://github.com/natanbc/lavadsp. Now available through jitpack!

Resources

License

Stars

Watchers

Forks

Packages

No packages published