Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

rohank05/lavadsp-extended

Repository files navigation

lavadsp

A bunch of lavaplayer audio filters implemented with native code

lavadsp-extended

Addtional audio filters implemented with lavadsp

Getting Started

Installing

Replace VERSION with the version you want to use. The latest version can be found in the badge above.

Maven

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

<dependency>
    <groupId>me.rohank05</groupId>
    <artifactId>lavadsp-extended</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

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

dependencies {
	        implementation 'me.rohank05:lavadsp-extended:VERSION'
	}

Available Filters

  • Echo

About

lavadsp additional filters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages