vbap  0.0.1
The vector based amplitude panning
VBAP

The repository contains documentations and implementations of the Vector Base Amplitude Panning (VBAP). The VBAP is a spatialization techniques created by Ville Pulkki in the late 90's. For further information see the references. The VBAP is available as a C library with an implementation as externals for Pure Data (and also as abstractions).

Compilation

Use the basic CMake approach:

1 mkdir build
2 cd build
3 cmake ..
4 cmake --build .

Author

Pierre Guillot | CICM | Université Paris 8