{"id":21134319,"url":"https://github.com/devoxin/lavadspx-plugin","last_synced_at":"2025-07-09T02:32:18.060Z","repository":{"id":201444940,"uuid":"707317740","full_name":"devoxin/LavaDSPX-Plugin","owner":"devoxin","description":"LavaDSPX filters for Lavalink in the form of a plugin.","archived":false,"fork":false,"pushed_at":"2024-04-22T13:14:41.000Z","size":132,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-12T06:41:10.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devoxin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-19T16:42:34.000Z","updated_at":"2024-04-22T13:14:43.000Z","dependencies_parsed_at":"2024-04-22T14:44:03.851Z","dependency_job_id":null,"html_url":"https://github.com/devoxin/LavaDSPX-Plugin","commit_stats":null,"previous_names":["devoxin/lavadspx-plugin"],"tags_count":4,"template":false,"template_full_name":"lavalink-devs/lavalink-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FLavaDSPX-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FLavaDSPX-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FLavaDSPX-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FLavaDSPX-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devoxin","download_url":"https://codeload.github.com/devoxin/LavaDSPX-Plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225478369,"owners_count":17480635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T06:26:51.379Z","updated_at":"2025-07-09T02:32:18.037Z","avatar_url":"https://github.com/devoxin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LavaDSPX-Plugin\nA Lavalink plugin for enabling [LavaDSPX](https://github.com/devoxin/LavaDSPX) filters.\n\n## How to use LavaDSPX-Plugin\n\n```yml\nlavalink:\n  plugins:\n    - dependency: com.github.Devoxin:LavaDSPX-Plugin:{VERSION} # replace {VERSION} with the latest version from the \"Releases\" tab.\n      repository: https://jitpack.io\n```\n\nOnce enabled, you can then send a [player update](https://lavalink.dev/api/rest#update-player) with the desired filters, e.g.\n```js\n{\n  \"filters\": {\n    \"pluginFilters\": {\n      \"high-pass\": { // Cuts off frequencies lower than the specified {cutoffFrequency}.\n        \"cutoffFrequency\": 80 // Integer, higher than 0, in Hz.\n        \"boostFactor\": 1.0    // Float, higher than 0.0. This alters volume output. A value of 1.0 means no volume change.\n      },\n      \"low-pass\": { // Cuts off frequencies higher than the specified {cutoffFrequency}.\n        \"cutoffFrequency\": 80 // Integer, higher than 0, in Hz.\n        \"boostFactor\": 1.0    // Float, higher than 0.0. This alters volume output. A value of 1.0 means no volume change.\n      },\n      \"normalization\": { // Attenuates peaking where peaks are defined as having a higher value than {maxAmplitude}. \n        \"maxAmplitude\": 0.5 // Float, within the range of 0.0 - 1.0. A value of 0.0 mutes the output.\n        \"adaptive\": true    // Boolean, whether peak amplitudes should persist. Refer to the note below for more information.\n      },\n      \"echo\": { // Self-explanatory; provides an echo effect.\n        \"echoLength\": 0.3, // Float, higher than 0.0, in seconds (1.0 = 1 second).\n        \"decay\": 0.5       // Float, within the range of 0.0 - 1.0. A value of 1.0 means no decay, and a value of 0.0 means\n                           // immediate decay (no echo effect).\n    }\n  }\n}\n```\n\n\u003e [!NOTE]\n\u003e You can find out more about how the `NormalizationFilter`'s `adaptive` setting works [here](https://github.com/Devoxin/LavaDSPX/blob/main/src/main/java/me/devoxin/lavadspx/NormalizationFilter.java#L39-L43). \n\n## How to get help\n\nJoin the [Lavalink Discord Server](https://discord.gg/wYfsW4HNjb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxin%2Flavadspx-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevoxin%2Flavadspx-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxin%2Flavadspx-plugin/lists"}