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

YoshikiMas/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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • C++ 42.3%
  • C 1.3%