Open cjf1699 opened 4 years ago
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 :)
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!
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:
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!