File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes in the Sound Field Synthesis-Toolbox. Recent changes on top.
2
2
3
- 1.0.0-beta
3
+ 1.0.0-beta2 (5 December 2013)
4
+
5
+ - rms() now works for arbitrary arrays
6
+ - speedup of delayline() and HRTF extrapolation
7
+ - delayline() now works with more than one channel
8
+ - fixed a critical bug in wfs_preequalization()
9
+ - fixed missing conf values in several functions
10
+ - fixed README
11
+ - changed location of sfs-data for automatic download, because github does
12
+ not allow this
13
+ - several minor fixes
14
+
15
+ 1.0.0-beta (26 August 2013)
4
16
5
17
- bandpass() can now handle arbritrary frequency limits
6
18
- sphbesselh_zeros() comes now with precomputed zeros for an order up to
@@ -37,7 +49,7 @@ Changes in the Sound Field Synthesis-Toolbox. Recent changes on top.
37
49
- changed direction of focused source from the conf.xref vector directly
38
50
into xs. For a focused source xs is now [1x6]
39
51
40
- 0.2.5
52
+ 0.2.5 (12 July 2013)
41
53
42
54
- fixed a bug causing the wrong loudspeaker position in the output of
43
55
generic_wfs()
Original file line number Diff line number Diff line change 43
43
44
44
%% ===== Configuration ===================================================
45
45
% Version number
46
- versionnumber = ' 1.0.0-beta ' ;
46
+ versionnumber = ' 1.0.0-beta2 ' ;
You can’t perform that action at this time.
0 commit comments