Skip to content

Generate audio signals corresponding to moving sources/receivers in a shoebox-shaped room (Python)

License

Notifications You must be signed in to change notification settings

ehabets/das-generator

Repository files navigation

Dynamic Acoustic Scene Generator

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.

Installation

pip install das-generator

Usage

An example can be found here.

Development

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

About

Generate audio signals corresponding to moving sources/receivers in a shoebox-shaped room (Python)

Topics

Resources

License

Stars

Watchers

Forks