From 9ddd6e67bd4ba1901deca7f70c5839b3fda29931 Mon Sep 17 00:00:00 2001 From: ardgzrivero Date: Mon, 9 Jul 2018 11:05:50 +0200 Subject: [PATCH] [Docs] Updates changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcd303e..1dfe9f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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