TWOEARS / TwoEars

Two!Ears Auditory Model - Official releases
http://twoears.eu
GNU General Public License v3.0
36 stars 11 forks source link

Binaural Simulator cannot be created, when config is in a different folder #2

Closed dennisguse closed 7 years ago

dennisguse commented 9 years ago

Trying to create simulator, when the config file is not in the current folder.

Let XXXX be the name of the folder

simulator.SimulatorConvexRoom('XXXX/binaural_renderer.xml');

Results in a re-download (although download was already done) and in addition, download fails.

Version: 1.0.1 RELEASE

hagenw commented 7 years ago

@fietew: is this still a problem?

fietew commented 7 years ago

In the current master of TWOEARS/binaural-simulator, i can call

simulator.SimulatorConvexRoom('test/test_binaural.xml')

from the root directory of the repository.

hagenw commented 7 years ago

Looking at the responsible code I can also find no reason why it should not work at the moment. As long as we are not able to reproduce this again I will close this bug.