In your terminal, run the following lines to create the virtual environment and to install the needed packages:
py -u venv .venv # Windows
python -u venv .venv # Linux
pip install -r requirements.txtThen, run src/main.py.
In Kratos Actions panel:
- Add one
OSC moduleper target computer:- Set the IP address of the target computer. I propose 10.192.217.XX in our LAN.
- Set the port of the target computer. I propose 5005.
- Add two
OSC actions:- Select the target OSC module.
- Select the target character you want to track.
- Check the box
Send X, Y, and Z coordinates. - Set the
X, Y and Z OSC messageto/pos1/xyzor/pos2/xyz, respectively.
You can find the Reaper template session in the root of the project: beamforming_template.rpp.
Add your ambisonic encoder plug-in in the formatB track FX.


