ambiscaper icon indicating copy to clipboard operation
ambiscaper copied to clipboard

destination path error

Open gerruz opened this issue 6 years ago • 1 comments

Hi Andrés, I'm having this issue when saving the text file in the basic example of the documentation:

Traceback (most recent call last): File "ambisonic_test_white.py", line 365, in <module> ambiscaper.generate(destination_path=destination_path,generate_txt=True)

IOError: [Errno 2] No such file or directory: './output/ambi_test_audio_5th_order_white_long/./output/ambi_test_audio_5th_order_white_long/ambi_test_audio_5th_order_white_long.txt'

It seems some small bug on the path concatenation inside the "generate" module. The output Ambisonics wav files are generated correctly, the error is related to the text file only.

gerruz avatar Mar 15 '18 15:03 gerruz