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.
- Host: GitHub
- URL: https://github.com/devoxin/lavadspx
- Owner: devoxin
- License: apache-2.0
- Created: 2023-10-19T15:53:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T14:53:10.000Z (over 2 years ago)
- Last Synced: 2025-04-04T15:53:52.481Z (about 1 year ago)
- Language: Java
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)