Skip to content

Commit

Permalink
Merge branch 'hotfix/updating_changelog'
Browse files Browse the repository at this point in the history
  • Loading branch information
ardgzrivero committed Jul 9, 2018
2 parents 36f01f6 + 9ddd6e6 commit ad8be48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
* old: float CalculateDirectionalityAttenuation(float directionalityExtend, float angleToForwardAxis_rad);
* new: float CalculateDirectionalityAttenuation**_dB**(float directionalityExtend, float angleToForwardAxis_rad);

- Modified reverb attenuation calculation, now the integral over the directionality pattern is performed on the squared linear directionality, as it represents the addition of numerous incoherent power contributions.

- All Get/Set directionality public functions now use decibels and the Toolkit internally works in linear units to avoid conversion from decibels to linear units every audio frame.

## [M20180705] - AudioToolkit_v1.1_20180705

Expand Down

0 comments on commit ad8be48

Please sign in to comment.