Skip to content

Releases: audiolabs/DEISM

v2.1.3

18 Jun 10:39
Compare
Choose a tag to compare

Some bugs fixed

v2.1.2

18 Jun 08:32
Compare
Choose a tag to compare
  1. 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.
  2. 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

07 Jun 09:26
Compare
Choose a tag to compare

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

04 Jun 10:39
Compare
Choose a tag to compare

Updating mainly for DEISM-ARG:

  1. Supporting frequency- and wall-dependent impedance definition for a convex room
  2. An example can be found in deism_args_compare.py
  3. 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

24 Mar 13:44
Compare
Choose a tag to compare
v2.0.2

Update to v 2.0.2

New directivity profiles and examples

25 Dec 07:31
Compare
Choose a tag to compare
  • 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

21 Oct 20:21
Compare
Choose a tag to compare

First version of DEISM supporting arbitrary room geometry (convex only).