pyroomacoustics icon indicating copy to clipboard operation
pyroomacoustics copied to clipboard

Separate microphones and beamformers objects

Open fakufaku opened this issue 6 years ago • 1 comments

Currently, beamformers are a sub-class of microphone array objects. Ideally, the beamformers should have a structure more similar to the DOA or adaptive filters objects. They could be a subclass of STFT processing too. It would be good that all the beamforming algorithms are also defined as sub-classes of a parent abstract class. This way, new algorithms could be easily added.

fakufaku avatar Jul 19 '17 11:07 fakufaku

@fakufaku I am interested in this enhancement, because I am thinking about doing some experiments with MVDR, for example. As soon as I start working on it I can share here if I can do this separation, if you still think it would be interesting.

duembgen avatar Apr 28 '20 08:04 duembgen