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

What if I want to get an anechoic RIR? #1

Open
cjf1699 opened this issue May 1, 2020 · 2 comments
Open

What if I want to get an anechoic RIR? #1

cjf1699 opened this issue May 1, 2020 · 2 comments

Comments

@cjf1699
Copy link

cjf1699 commented May 1, 2020

Hi, I need to get anechoic impulse response from sound source to microphones, but when I try to set beta(T60) = 0, the code raises an error:

Error: The reflection coefficients cannot be calculated using the room parameters(room dimensions ans reverberation time) supplied. Please supply the reflection coeffcients or change the reverberation time/room dimension.

I went into the debug process, finding that the cause of the error is "alpha > 1" which is not allowed. But how should I fix that to get an anechoic RIR?
Thank you very much!

@ngoessling
Copy link

Hi, as a workaround you can just set the reflection order to zero, i.e., "order = 0", and keep beta > 0.

Hope this already does the trick for you :)

@cjf1699
Copy link
Author

cjf1699 commented May 2, 2020

Hi, as a workaround you can just set the reflection order to zero, i.e., "order = 0", and keep beta > 0.

Hope this already does the trick for you :)

OK I'll try that later on and let you know how it goes, thank you very much!

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