LCAV / pyroomacoustics

Pyroomacoustics is a package for audio signal processing for indoor applications. It was developed as a fast prototyping platform for beamforming algorithms in indoor scenarios.
https://pyroomacoustics.readthedocs.io
MIT License
1.42k stars 424 forks source link

Plot of Microphones #355

Open jordanalwon opened 3 months ago

jordanalwon commented 3 months ago

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 commented 2 months ago

Thanks for reporting this. I will look into it.