An open API service indexing awesome lists of open source software.

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.

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]

[//]: # (![Tests](https://img.shields.io/github/actions/workflow/status/zones-convolution/zones_client/zones_client_tests.yml?style=for-the-badge&logo=github&label=TESTS))

![CMake](https://img.shields.io/badge/CMake-%23008FBA.svg?style=for-the-badge&logo=cmake&logoColor=white)
![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![JUCE Badge](https://img.shields.io/badge/JUCE-8DC63F?logo=juce&logoColor=fff&style=for-the-badge)

---





Logo

### 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

[![Zones Convolution Demo](https://img.youtube.com/vi/xisb5PGXl1M/0.jpg)](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