DOVELET1
DSP for Outdoor Virtual Environments: Layout and Evaluation Testbed
DOVELET is a evaluation and testing project for dynamic urban/outdoor auralizations. It bridges the C++ based DSP features at IHTA to Python where it is much easier to prototype and evaluate DSP layouts for urban/outdoor auralizations. Furthermore, this allows for quicker iterations and more flexibility as other Python libraries can be used to enhance the DSP pipeline.
Running DOVELET
The basic usage of DOVELET is to run the dovelet-app application.
dovelet-app +experiment=<name of the experiment config>
Warning
When developing DOVELET, hatch should be used to call the dovelet-app application.
As such, the command should be:
hatch run dovelet-app +experiment=<name of the experiment config>
For more information on how to run DOVELET, see the Creating Auralizations documentation.
API Documentation
The API documentation can be found here.