-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to compute inter-mic distance for general mic arrays and cylindrical noise #3
Comments
Thank you for your inquiry, @fakufaku.
|
Thanks for the quick replay! Just to confirm:
|
|
Excellent point, I need to add an error or warning if directional microphones are used! 👍 |
Here is where I started to add the code in case you are interested! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ehabets , thank you for sharing this code! I am implementing the method for general arrays to integrate in pyroomacoustics, and I have a couple of question about cylindrical noise.
d
between two sensors should be interpreted for general arrays in 3D. If the cylinder axis is thez
-axis, is it correct to taked
as the horizontal distancesqrt(x ** 2 + y ** 2)
?Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: