erela.js-filters
TypeScript icon, indicating that this package has built-in type declarations

1.2.7 • Public • Published

Discord server NPM version NPM downloads

</p>

Erela.JS Documentation & Guides

It is recommended to read the documentation to start, and the guides to use the plugin.

Installation

NPM :

npm install erela.js-filters

Yarn :

yarn add erela.js-filters

Repository:

https://github.com/Strandxo/erela.js-filters

##Important

Filter system is now part of main branch of Lavalink.

Download Lavalink

Filters

  • Nightcore

Add nighcore filter to the player
Example: player.nightcore = true;

  • Vaporwave

Add vaporwave filter to the player
Example: player.vaporwave = true;

  • BassBoost

Add Bass Boost filter to the player
Example: player.bassboost = true;

  • Pop

Add pop filter to the player
Example: player.pop = true;

  • Soft

Add soft filter to the player
Example: player.soft = true;

  • treblebass

Add treble bass filter to the player
Example: player.treblebass = true;

  • Eight Dimension

Add 8D filter to the player
Example: player.eightD = true;

  • Karaoke

Add karaoke filter to the player
Example: player.karaoke = true;

  • Vibrato

Add vibrato filter to the player
Example: player.vibrato = true;

  • Tremolo

Add tremolo filter to the player
Example: player.tremolo = true;

  • Reset

Reset the filter Example: player.reset();

  • Custom Filter

Add custom filter Example: player.customFilter(filter);

Example Usage

const { Manager } = require("erela.js");
const filter  = require("erela.js-filters");


const manager = new Manager({
  plugins: [
    // Initiate the plugin
    new filter()
    
  ]
});

To use filter

    // to add nightcore filter
    <Player>.nightcore = true;
    // to remove nightcore filter
    <Player>.nightcore = false;

Support Server: Join Here

Developer:

Rohan Kumar - Github

Package Sidebar

Install

npm i erela.js-filters

Weekly Downloads

405

Version

1.2.7

License

MIT

Unpacked Size

75.9 kB

Total Files

19

Last publish

Collaborators

  • strandable
  • rohank05