This is an official Python port of https://github.com/ehabets/signal-generator. This package allows you to generate audio signals corresponding to moving sources/receivers in a shoebox-shaped room.
pip install das-generatorAn example can be found here.
For development, install in editable mode:
pip install -e .The CFFI bindings are automatically generated during installation. If you need to manually regenerate them after modifying the C++ core:
python das_generator/_cffi/build.py