You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: