Skip to content

Commit ef60429

Browse files
committed
Merge branch 'release/M20180726'
2 parents ad8be48 + 70fbdc5 commit ef60429

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

3dti_Toolkit/BinauralSpatializer/Environment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to the 3DTuneIn Toolkit will be documented in this file.
33

44
The 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

0 commit comments

Comments
 (0)