Skip to content

Commit 965c1cc

Browse files
committed
Updated to version 1.0.0-beta2
1 parent f26d25e commit 965c1cc

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

NEWS

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changes in the Sound Field Synthesis-Toolbox. Recent changes on top.
22

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)
416

517
- bandpass() can now handle arbritrary frequency limits
618
- 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.
3749
- changed direction of focused source from the conf.xref vector directly
3850
into xs. For a focused source xs is now [1x6]
3951

40-
0.2.5
52+
0.2.5 (12 July 2013)
4153

4254
- fixed a bug causing the wrong loudspeaker position in the output of
4355
generic_wfs()

SFS_version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343

4444
%% ===== Configuration ===================================================
4545
% Version number
46-
versionnumber = '1.0.0-beta';
46+
versionnumber = '1.0.0-beta2';

0 commit comments

Comments
 (0)