{"id":40463843,"url":"https://github.com/zl-audio/zlsplitter","last_synced_at":"2026-01-20T18:00:51.047Z","repository":{"id":250035505,"uuid":"799294115","full_name":"ZL-Audio/ZLSplitter","owner":"ZL-Audio","description":"splitter plugin","archived":false,"fork":false,"pushed_at":"2025-12-14T02:37:27.000Z","size":868,"stargazers_count":111,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T06:49:58.174Z","etag":null,"topics":["audio-effect","audio-unit","crossover","juce","lv2","transient","vst3"],"latest_commit_sha":null,"homepage":"https://zl-audio.github.io/plugins/zlsplitter/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZL-Audio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-11T17:40:01.000Z","updated_at":"2025-12-14T02:37:17.000Z","dependencies_parsed_at":"2025-12-04T14:01:04.211Z","dependency_job_id":null,"html_url":"https://github.com/ZL-Audio/ZLSplitter","commit_stats":null,"previous_names":["zl-audio/zlsplitter"],"tags_count":5,"template":false,"template_full_name":"ZL-Audio/ZLTemplate","purl":"pkg:github/ZL-Audio/ZLSplitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZL-Audio%2FZLSplitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZL-Audio%2FZLSplitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZL-Audio%2FZLSplitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZL-Audio%2FZLSplitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZL-Audio","download_url":"https://codeload.github.com/ZL-Audio/ZLSplitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZL-Audio%2FZLSplitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio-effect","audio-unit","crossover","juce","lv2","transient","vst3"],"created_at":"2026-01-20T18:00:23.871Z","updated_at":"2026-01-20T18:00:51.032Z","avatar_url":"https://github.com/ZL-Audio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp float=\"left\"\u003e\n  \u003cimg src=\"docs/zlaudio.svg\" width=\"16.6%\" /\u003e\n  \u003cimg src=\"docs/logo.svg\" width=\"7.5%\" /\u003e\n\u003c/p\u003e\n\n# ZL Splitter\n![pluginval](\u003chttps://github.com/ZL-Audio/ZLSplitter/actions/workflows/cmake_full_test.yml/badge.svg?branch=main\u003e)\n[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://opensource.org/license/agpl-v3)\n[![Downloads](https://img.shields.io/github/downloads/ZL-Audio/ZLSplitter/total)](https://somsubhra.github.io/github-release-stats/?username=ZL-Audio\u0026repository=ZLSplitter\u0026page=1\u0026per_page=30)\n\nZL Splitter is a splitter plugin.\n\nA short intro video is available at [here](https://www.youtube.com/watch?v=-RVm9mbbQtA).\n\n\u003cimg src=\"https://drive.google.com/uc?export=view\u0026id=1agmMFD5BVylbJOr5ZJmP8dof7LkCXlhx\" style=\"width:750px; max-width: 100%; height: auto\" /\u003e\n\n## Usage\n\nSee the [manual](https://zl-audio.github.io/plugins/zlsplitter/) for details.\n\n## Download\n\nSee the releases for the latest version. \n\n**Please NOTICE**:\n- the installer has **NOT** been notarized/EV certificated on macOS/Windows\n- the plugin has **NOT** been fully tested on DAWs\n\n## Build from Source\n\n### Install Dependencies\n\nPlease make sure `Clang` (`AppleClang 16+` or `LLVM/Clang 17+`), `cmake 3.25+`, `ninja` are installed and configured on your OS.\n\nOn Windows (with Intel chips), you may install Intel® Integrated Performance Primitives and set its path as an environment variable `IPP_DIR`. It is not a hard requirement as KFR has already been used for SIMD/DFT acceleration.\n\nOn Linux, you can install the remaining dependencies with the following command:\n\n```console\nsudo apt-get update \u0026\u0026 sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype-dev libfontconfig1-dev libwebkit2gtk-4.1-dev libglu1-mesa-dev\n```\n\n### Clone and Build\n\nOnce you have set up the environment, you can clone the ZL Splitter code, populate all submodules, then configure \u0026 build the code. Please set the variable `ZL_JUCE_FORMATS` as a list of formats that you want, e.g., `\"VST3;LV2\"`.\n```console\ngit clone https://github.com/ZL-Audio/ZLSplitter\ncd ZLSplitter\ngit submodule update --init --recursive\ncmake -B Builds -G Ninja -DCMAKE_BUILD_TYPE=Release -DKFR_ENABLE_MULTIARCH=OFF -DZL_JUCE_FORMATS=\"VST3;LV2\" .\ncmake --build Builds --config Release\n```\n\u003e After building, the plugins should have been copied to the corresponding folders. If you want to disable the copy process, you can pass `-DZL_JUCE_COPY_PLUGIN=FALSE`, find the binary folders under `Builds/ZLCompressor_artefacts/Release` and copy them manually.\n\n\u003e If there are multiple compilers on your OS, you may need to pass extra flags to maker sure that cmake uses `LLVM/Clang`. On Linux, you may pass `-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`. On Windows, you may pass `-DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl`.\n\n\u003e AAX plug-ins need to be digitally signed using PACE Anti-Piracy's signing tools before they will run in commercially available versions of Pro Tools.\n\n## License\n\nZL Splitter is licensed under AGPLv3, as found in the [LICENSE.md](LICENSE.md) file. However, the [logo of ZL Audio](assets/zlaudio.svg) and the [logo of ZL Splitter](assets/logo.svg) are not covered by this license.\n\nCopyright (c) 2024 - [zsliu98](https://github.com/zsliu98)\n\nJUCE framework from [JUCE](https://github.com/juce-framework/JUCE)\n\nJUCE template from [pamplejuce](https://github.com/sudara/pamplejuce)\n\n[kfr](https://github.com/kfrlib/kfr) by [KFR](https://github.com/kfrlib)\n\n[median-filter](https://github.com/suomela/median-filter) by [suomela](https://github.com/suomela)\n\n[Material Symbols](https://github.com/google/material-design-icons) by [Google](https://github.com/google)\n\nFont from CMU Open Sans, Font Awesome and MiSans.\n\n## References\n\nVicanek, Martin. *A New Reverse IIR Filtering Algorithm*. (2022).\n\nRedmon, Nigel. *Cascading filters*. (2016).\n\nFitzgerald, Derry. *Harmonic/percussive separation using median filtering*. (2010).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl-audio%2Fzlsplitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzl-audio%2Fzlsplitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl-audio%2Fzlsplitter/lists"}