An open API service indexing awesome lists of open source software.

https://github.com/devoxin/lavadspx

A collection of audio filters for Lavaplayer.
https://github.com/devoxin/lavadspx

Last synced: 10 months ago
JSON representation

A collection of audio filters for Lavaplayer.

Awesome Lists containing this project

README

          

# LavaDSPX
A collection of audio filters for Lavaplayer.

Contents
--------
- [NormalizationFilter](/src/main/java/me/devoxin/lavadspx/NormalizationFilter.java)
- [EchoFilter](/src/main/java/me/devoxin/lavadspx/EchoFilter.java)
- [HighPassFilter](/src/main/java/me/devoxin/lavadspx/HighPassFilter.java)
- [LowPassFilter](/src/main/java/me/devoxin/lavadspx/LowPassFilter.java)