Skip to content

AudioToolkit v1.2 M20180706

Compare
Choose a tag to compare
@ardgzrivero ardgzrivero released this 06 Jul 16:03
· 247 commits to master since this release

ATTENTION WINDOWS INSTALLER – the 3D Tune-In Toolkit Test App for Windows looks first for ASIO drivers, and only if no one is found, it looks for Direct Sound drivers (i.e. the integrated interface on your machine). Therefore if you have installed on your Windows machine an ASIO audio interface, the 3D Tune-In Test App will not be able to use any Direct Sound audio interface. You will therefore need to either remove every ASIO driver from your machine (and in this case the Test App will be able to see the on-board audio interface), or to just use the ASIO interface directly.

Changelog

Changed

  • Modified CalculateDirectionalityAttenuation function name:

    • 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.