Skip to content

Commit

Permalink
Updated to version 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 5, 2013
1 parent f26d25e commit 965c1cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changes in the Sound Field Synthesis-Toolbox. Recent changes on top.

1.0.0-beta
1.0.0-beta2 (5 December 2013)

- rms() now works for arbitrary arrays
- speedup of delayline() and HRTF extrapolation
- delayline() now works with more than one channel
- fixed a critical bug in wfs_preequalization()
- fixed missing conf values in several functions
- fixed README
- changed location of sfs-data for automatic download, because github does
not allow this
- several minor fixes

1.0.0-beta (26 August 2013)

- bandpass() can now handle arbritrary frequency limits
- sphbesselh_zeros() comes now with precomputed zeros for an order up to
Expand Down Expand Up @@ -37,7 +49,7 @@ Changes in the Sound Field Synthesis-Toolbox. Recent changes on top.
- changed direction of focused source from the conf.xref vector directly
into xs. For a focused source xs is now [1x6]

0.2.5
0.2.5 (12 July 2013)

- fixed a bug causing the wrong loudspeaker position in the output of
generic_wfs()
Expand Down
2 changes: 1 addition & 1 deletion SFS_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@

%% ===== Configuration ===================================================
% Version number
versionnumber = '1.0.0-beta';
versionnumber = '1.0.0-beta2';

0 comments on commit 965c1cc

Please sign in to comment.