Releases: audiolabs/DEISM
Releases · audiolabs/DEISM
v2.1.3
v2.1.2
- For the shoebox room, the reflection path calculation has been optimized. Depending on the max. reflection order (23 is the approximate threshold), a serial optimized version, or a parallel optimized version is chosen. A larger speed-up is achievable when the reflection order is higher.
- A new function detect_conflicts can be used after setting up and overwriting the parameters to check if there are conflicts between the parameters.
v2.1.1
Changes in this release:
- Fixed the memory overflow problem when using ray to compute each images in parallel by releasing the ray objects after completing each batch's computation.
- Switch name "ReverberationTime" to "RIRLength"
v2.1.0
Updating mainly for DEISM-ARG:
- Supporting frequency- and wall-dependent impedance definition for a convex room
- An example can be found in deism_args_compare.py
- You can specify the impedance matrix (2D) in the same order as you define the wall centers of the convex room.
Fixed a wrong parameter name
v2.0.2 Update to v 2.0.2
New directivity profiles and examples
- More directivity profiles for both the source and receiver
- Some examples to reproduce some figures in the JASA paper
- Fixed some typos
First DEISM-ARG supporting convex rooms
First version of DEISM supporting arbitrary room geometry (convex only).