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

Plot of Microphones #355

Closed
jordanalwon opened this issue Jun 27, 2024 · 2 comments · Fixed by #387
Closed

Plot of Microphones #355

jordanalwon opened this issue Jun 27, 2024 · 2 comments · Fixed by #387
Assignees
Labels

Comments

@jordanalwon
Copy link

When I add multiple microphones or multiple microphone arrays, only one of them is displayed.
In line 1562 and 1775 of room.py, the iterator for the microphones should be self.mic_array.M and not self.mic_array.nmic.

@fakufaku fakufaku self-assigned this Jul 12, 2024
@fakufaku fakufaku added the bug label Jul 12, 2024
@fakufaku
Copy link
Collaborator

Thanks for reporting this. I will look into it.

@fakufaku
Copy link
Collaborator

fakufaku commented Dec 7, 2024

Finally looking at this. I noticed several holes in the MicrophoneArray class potentially leading to such bugs. I tried to plug them with PR #387 .
Please try again after the PR is merged and let me know if this fixes your problems.

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

Successfully merging a pull request may close this issue.

2 participants