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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: