Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

destination path error #1

Open
gerruz opened this issue Mar 15, 2018 · 1 comment
Open

destination path error #1

gerruz opened this issue Mar 15, 2018 · 1 comment

Comments

@gerruz
Copy link

gerruz commented Mar 15, 2018

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.

@andresperezlopez
Copy link
Owner

Hi Gerard,
I don't see any file named "ambisonic_test_white.py". Is it maybe a file created by you? I would need to see the usage of generate in that implementation in order to assess the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants