https://github.com/zones-convolution/zones_client
Zones convolution allows users to find and share impulse responses captured in great sounding and unique spaces. Zones provides; a simple, intuitive interface to tag, categorise and upload IRs, and a VST/AU plugin to search and convolve these IRs directly in the box.
https://github.com/zones-convolution/zones_client
audio convolution dsp juce
Last synced: about 1 month ago
JSON representation
Zones convolution allows users to find and share impulse responses captured in great sounding and unique spaces. Zones provides; a simple, intuitive interface to tag, categorise and upload IRs, and a VST/AU plugin to search and convolve these IRs directly in the box.
- Host: GitHub
- URL: https://github.com/zones-convolution/zones_client
- Owner: zones-convolution
- License: mit
- Created: 2023-06-10T16:23:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-08T19:16:07.000Z (about 1 month ago)
- Last Synced: 2026-04-08T21:19:44.741Z (about 1 month ago)
- Topics: audio, convolution, dsp, juce
- Language: C++
- Homepage: https://zonesconvolution.com
- Size: 42.6 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[//]: # ()



---
### This project is still under development and has not seen production use. We **DO NOT RECOMMEND** using this yet.
# Zones Convolution - Spaces On Demand
Zones convolution allows users to find and share impulse responses captured in
great sounding and unique spaces. Inspired by the
[Open Air library](https://www.openair.hosted.york.ac.uk) and the popular
[Altiverb](https://www.audioease.com/altiverb/) plugin, Zones extends their
capabilities by providing; a simple, intuitive interface to tag, categorise and
upload IRs, and a VST/AU plugin to search and convolve these IRs directly in the
box!
> The Zones library, plugin and convolver will be available for **free**, with an optimistic
> launch of late 2024.
This repository contains the source code of the companion audio plugin and also includes technical documentation about
the plugin's architecture.
---
## Demo Video
[](https://www.youtube.com/watch?v=xisb5PGXl1M)
---
To check out the library and try out Zones for yourself, please see,
### [zonesconvolution.com](https://zonesconvolution.com)
---
The source code and associated documentation about the underlying convolution algorithm used in the plugin can be
accessed here,
### [Zones Convolver GitHub](https://github.com/zones-convolution/zones_convolver)
# Contributing
We would really welcome any contributions, feel free to open up a PR and we'll review it as soon as possible. The
project largely follows the Google C++ coding style and provides a ```.clang-format``` that should be used.
# License
Distributed under the MIT License. See `LICENSE` for more information.
# Contact
Feel free to get in touch,
**Leon Paterson-Stephens** - leon@leonps.com
**Micah Strange** - micahstrange16@gmail.com
[contributors-shield]: https://img.shields.io/github/contributors/zones-convolution/zones_client.svg?style=for-the-badge
[contributors-url]: https://github.com/zones-convolution/zones_client/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/zones-convolution/zones_client.svg?style=for-the-badge
[forks-url]: https://github.com/zones-convolution/zones_client/network/members
[stars-shield]: https://img.shields.io/github/stars/zones-convolution/zones_client.svg?style=for-the-badge
[stars-url]: https://github.com/zones-convolution/zones_client/stargazers
[issues-shield]: https://img.shields.io/github/issues/zones-convolution/zones_client.svg?style=for-the-badge
[issues-url]: https://github.com/zones-convolution/zones_client/issues
[license-shield]: https://img.shields.io/github/license/zones-convolution/zones_client.svg?style=for-the-badge
[license-url]: https://github.com/zones-convolution/zones_client/blob/main/LICENSE