Skip to content

v0.7.5

Compare
Choose a tag to compare
@fakufaku fakufaku released this 10 Sep 00:38
· 28 commits to master since this release

Changed

  • Extra parameter energy_thresh added to pyroomacoustics.experimental.measure_rt60.
    The energy tail beyond this threshold is discarded which is useful for noisy RIR
    measurements. The default value is 0.95.

Bugfix

  • Fixes a bug in beamforming.circular_microphone_array_xyplane (#348)
  • Fixes a bug in room.Room.plot_rir where the x-axis would have the wrong
    ticks when called with kind="tf"
  • Fixes an issue where the visibility attribute of the room is not
    set if there are no visible source or image source in the room. (#313)
  • Fixes issue with cast reflections delays to float32 in room.py (#353)
  • Fixes calls to numpy.linalg.solve with Numpy 2.0 API