File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Bugfix
18
18
directivity to ``Room.add_microphone_array ``, the directivity was dropped
19
19
from the object.
20
20
21
+ - Fixes issues #381: When creating a room with from_corners with multi-band
22
+ material, and then making it 3D with ``extrude `` with a single band material
23
+ for the floor and ceiling, an error would occur.
24
+ After the fix, the materials for floor and ceiling are automatically extended
25
+ to multi-band, as expected.
26
+
21
27
- Fixes issue #380: Caused by the attribute ``cartesian `` of ``GridSphere `` not
22
28
being set properly when the grid is only initialized with a number of points.
23
29
30
36
Changed
31
37
~~~~~~~
32
38
33
- - Makes the ``pyroomacoustics.utilities.resample `` backend is made configurable
39
+ - Makes the ``pyroomacoustics.utilities.resample `` backend configurable
34
40
to avoid ``soxr `` dependency. The resample backend is configurable to
35
41
``soxr ``, ``samplerate ``, if these packages are available, and otherwise
36
42
falls back to ``scipy.signal.resample_poly ``.
You can’t perform that action at this time.
0 commit comments