3DTune-In / 3dti_AudioToolkit

3D Tune-In Toolkit is a custom open-source C++ library developed within the EU-funded project 3D Tune-In. The Toolkit provides a high level of realism and immersiveness within binaural 3D audio simulations, while allowing for the emulation of hearing aid devices and of different typologies of hearing loss.
GNU General Public License v3.0
219 stars 44 forks source link

Problem setting Frame Sizes #11

Open mariacuevas opened 4 years ago

mariacuevas commented 4 years ago

There is a problem when setting large frame sizes. Setting time increases exponentially as the frame size increases, taking several minutes in some cases

dgonzalezt commented 4 years ago

After making a preliminary study, the problem seems to be in the HL module, specifically during its configuration phase. Anyone who uses the toolkit, but does not use this module, should not have any problems. The Binaural test app is affected because it integrates this module, therefore, when setting large frame sizes the configuration time rises exponentially making the application freeze for quite a few minutes. We hope to resolve this issue during the coming weeks.