> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Audio Filters

> Apply real-time audio effects to the music player.

ZEON comes equipped with a variety of high-quality Lavalink audio filters. These effects are applied in real-time to the currently playing song and all future songs in the queue until reset.

***

## Managing Filters

To change the audio effects, you use the interactive Filter Panel.

```bash theme={null}
.filter toggle
```

Running this command deploys a menu where you can check and uncheck various filters. You can enable multiple filters at the same time (e.g., Bassboost + Nightcore).

### Available Filters

| Effect                         | Description                                                      |
| :----------------------------- | :--------------------------------------------------------------- |
| **Bassboost**                  | Enhances the low-end bass frequencies.                           |
| **Nightcore**                  | Increases both the pitch and speed of the track.                 |
| **Vaporwave**                  | Decreases the pitch and speed for a slow, retro feel.            |
| **Karaoke**                    | Attempts to filter out vocal frequencies for sing-alongs.        |
| **Tremolo**                    | Rapidly modulates the volume of the audio.                       |
| **Vibrato**                    | Rapidly modulates the pitch of the audio.                        |
| **Rotation**                   | Pans the audio in a circle around your stereo output (8D Audio). |
| **Distortion**                 | Heavily distorts the audio signal.                               |
| **Channel Mix**                | Forces the audio to play equally in both the left and right ear. |
| **Low Pass**                   | Muffles high frequencies, leaving only the bass and mid-tones.   |
| **Pop** / **Radio** / **Soft** | Custom equalizer presets tailored to specific moods.             |

***

## Quick Actions

In the `.filter toggle` menu, there are two quick-action buttons:

* **Surprise Me (✨)**: Randomly selects and applies 2 to 4 filters for a unique listening experience.
* **Reset**: Instantly disables all active filters and returns the audio to its original state.

*(You can also use the `.filter reset` command to quickly turn off all effects without opening the menu).*
