{"id":35179129,"url":"https://github.com/zeloe/juce_metal_convolution","last_synced_at":"2026-04-20T16:32:30.498Z","repository":{"id":290166731,"uuid":"869744795","full_name":"zeloe/juce_metal_convolution","owner":"zeloe","description":"Metal GPU acceleration for efficient, high-quality audio processing. ","archived":false,"fork":false,"pushed_at":"2025-04-27T09:36:36.000Z","size":4308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T10:35:57.923Z","etag":null,"topics":["audio","convolution","gpu-acceleration","juce","macos","metal","reverb"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeloe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-08T20:11:54.000Z","updated_at":"2025-04-27T09:36:40.000Z","dependencies_parsed_at":"2025-04-27T10:36:00.421Z","dependency_job_id":"ea54c8ad-f444-4911-8642-295b51310004","html_url":"https://github.com/zeloe/juce_metal_convolution","commit_stats":null,"previous_names":["zeloe/juce_metal_convolution"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeloe/juce_metal_convolution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeloe%2Fjuce_metal_convolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeloe%2Fjuce_metal_convolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeloe%2Fjuce_metal_convolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeloe%2Fjuce_metal_convolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeloe","download_url":"https://codeload.github.com/zeloe/juce_metal_convolution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeloe%2Fjuce_metal_convolution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32055317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","convolution","gpu-acceleration","juce","macos","metal","reverb"],"created_at":"2025-12-29T00:13:40.401Z","updated_at":"2026-04-20T16:32:30.493Z","avatar_url":"https://github.com/zeloe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# juce_metal_convolution\n\nReal-time convolution reverb without FFT, accelerated using Metal on the GPU.  \\\nConvolution processing runs on a dedicated background thread, producing a high-quality, natural reverb effect. \\\nTested on a MacBook Air M4.\n\n---\n\n## Features\n\n- Real-time, time-domain convolution (no FFT)\n- GPU-accelerated with Metal\n- Background-threaded processing\n- CMake-based build system (easy setup)\n\n---\n\n## How to Build\n\nYou need:\n\n- CMake installed\n- Xcode with command-line tools installed\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/zeloe/juce_metal_convolution.git\n```\n\n### 2. Download `metal-cpp`\n\nDownload [metal-cpp](https://developer.apple.com/metal/cpp/) from Apple.  \nExtract it, and copy the `metal-cpp` folder inside the `metal-cmake` directory:\n\n```text\njuce_metal_convolution/metal-cmake/  ← copy metal-cpp here\n```\n\n\u003e Note: You must have the `metal-cpp` headers locally; they are not included in this repo.\n\n### 3. Build using CMake\n\nTo generate an Xcode project:\n\n```bash\ncmake -B build -G Xcode\n```\n\nOr to build directly using Make:\n\n```bash\ncmake -B build\ncd build\nmake\n```\n\n---\n\n## Notes\n\n- This project uses [JUCE](https://juce.com/) for audio setup and Metal interop.\n- Metal is used directly via [metal-cpp](https://developer.apple.com/metal/cpp/), Apple's official C++ bindings for Metal.\n- Currently tested only on Apple Silicon (MacBook Air M4).\n- Check out [here](https://github.com/zeloe/RTConvolver) VST3 Plugin to use in DAW. \n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeloe%2Fjuce_metal_convolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeloe%2Fjuce_metal_convolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeloe%2Fjuce_metal_convolution/lists"}