Skip to content

Draft: Implement dynamic geometry in auralization

Pascal Palenda requested to merge feature/dynamic-geometry into main

This MR implements the option to have dynamic geometry in the auralization. Objects in the collection dynamic are also exported for the geometry. Pigeon can then consider all exported objects in its path simulation.

So far, the visuals and the path simulation are working.

However, the filter generation does not fully support this. If no paths are found, no DSP parameters are calculated, and thus, VA uses the parameters from the previous block. The parameters currently cannot be calculated as many functions in Matlab assert if no paths are found.

Merge request reports