You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for recorded source/mic directivities from DIRPAT database (#259) (#302)
* Support for measured source/mic directivities from DIRPAT database and other SOFA format files (#259)
* This is a pretty big commit that includes loading recorded directivity files and using them in the simulation
* Supports source/receiver for shoebox rooms
* Interpolation in spherical harmonic domain
* Adds option for using minimum phase filters
See the CHANGELOG for more details.
---------
Co-authored-by: prerak23 <[email protected]>
* Adds download functions for the SOFA files from DIRPAT. Adds tests for the SOFA directivities. Adds samples some pre-generated samples for the tests. Removes some print statements from room.py.
* open_sofa_interpolate.py: vectorizes fibonnaci computations, use spherical/cartesian conversion functions from doa sub-package. Adds a generalized pinv computation function. Adds a new plotting function. Moves doa sub-package fibonacci mapping to a dedicated function to make it available everywhere.
* Adds two SOFA files for MIT Kemar HRTF. Adds an example script for binaural simulation
* Modularize the RIR building routines for ISM and RT
* adds soxr to requirements for doc building
* Disallow directivities for 2D rooms.
---------
Co-authored-by: prerak23 <[email protected]>
Co-authored-by: prerak23 <[email protected]>
0 commit comments