Skip to content

add ambisonic non-realtime rendering script

Patrick Dupuis requested to merge topic/nrt-render into develop

This MR adds an initial version of a non-realtime ambisonic rendering script. The script can be run from the command line by providing as argument a path and an ambisonic order. Here's an example:

$ sclang satieNRT.scd /path/to/soundfiles 5

Currently, this script expects a path to 31 mono sound files, and an ambisonic order between 1-5. It will export a Wave64 format sound file to allow larger exports than 4GB.

Merge request reports