tunify
Enhancing Erela.js: Integrating Native Lavalink Filters for Enhanced Audio Experience
It is recommended to read the documentation to start, and the guides to use the plugin.
NPM :
npm install tunify
Repository:
https://github.com/elitedevofficial/tunify
This is used to be Dev Release of Lavalink version.
Add nighcore filter to the player \
Example: player.nightcore = true;
Add lovenightcore filter to the player \
Example: player.lovenightcore = true;
Add vaporwave filter to the player \
Example: player.vaporwave = true;
Add Bass Boost filter to the player \
Example: player.bassboost = true;
Add bass filter to the player \
Example: player.bass = true;
Add bassboost high filter to the player \
Example: player.bassboosthigh = true;
Add pop filter to the player \
Example: player.pop = true;
Add soft filter to the player \
Example: player.soft = true;
Add treble bass filter to the player \
Example: player.treblebass = true;
Add 8D filter to the player \
Example: player.eightD = true;
Add karaoke filter to the player \
Example: player.karaoke = true;
Add vibrato filter to the player \
Example: player.vibrato = true;
Add tremolo filter to the player \
Example: player.tremolo = true;
Add classical filter to the player \
Example: player.classical = true;
Add darthvador filter to the player \
Example: player.darthvador = true;
Add electronic filter to the player \
Example: player.electronic = true;
Add errape filter to the player \
Example: player.errape = true;
Add electronic filter to the player \
Example: player.gaming = true;
Add electronic filter to the player \
Example: player.highfull = true;
Add electronic filter to the player \
Example: player.electronic = true;
Add highvoice filter to the player \
Example: player.highvoice = true;
Add party filter to the player \
Example: player.party = true;
Add radio filter to the player \
Example: player.radio = true;
Add electronic filter to the player \
Example: player.rock = true;
Add superfast filter to the player \
Example: player.superfast = true;
Reset the filter
Example: player.reset();
const { Manager } = require("erela.js");
const filters = require("tunify");
const manager = new Manager({
plugins: [
// Initiate the plugin
new filters()
]
});
// to add nightcore filter
<Player>.nightcore = true;
// to remove nightcore filter
<Player>.nightcore = false;
// to reset filter
<Player>.reset();
Support Server: Join Here
🟪 Anandhu
-
Github: @Igfighterboy
-
Discord: @ig.fighter_boy
🟥 Brd
-
Github: @brddev
-
Discord: @hehebrd
🟨 Ashwin
-
Github: @ashwinedev
-
Discord: @aashwi
🟦 Abhinav
-
Github: @abhinav
-
Discord: @loki_here007