File tree Expand file tree Collapse file tree
3dti_Toolkit/BinauralSpatializer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ namespace Binaural {
188188 int HADirectionality_LeftChannel_version; // HA Directionality left version
189189 int HADirectionality_RightChannel_version; // HA Directionality right version
190190
191- TReverberationOrder reverberationOrder;
191+ TReverberationOrder reverberationOrder = TReverberationOrder::BIDIMENSIONAL ;
192192
193193 friend class CCore ; // Friend class definition
194194 friend class CBRIR ;
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to the 3DTuneIn Toolkit will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6+ ## [ M20180726] - AudioToolkit_v1.2_20180726
7+
8+ ### Binaural
9+
10+ ` Changed `
11+ - Reverberation order's default value is now BIDIMENSIONAL
12+
613## [ M20180706] - AudioToolkit_v1.2_20180706
714
815### Binaural
You can’t perform that action at this time.
0 commit comments