Robin Scheibler

Results 96 comments of Robin Scheibler

I see, so you have some recorded data already ? Or do you want to do simulation too ? Have you checked the beamforming example scripts ?

I see. It is true there is no good explanation on how to do that. Let `mics` be your `pra.Beamformer` object. Then, after the simulation, the multichannel signal is stored...

For air there are formula. I don't know about Argon. But it looks like you can find it online: https://www.betamachinery.com/knowledge-center/speed-of-sound-in-gases-list

Sorry for the late reply! Thanks for pointing out this inconsistency! I have not been playing with this feature for some time, so consistency might have been lost. I'll be...

Hi @EliasBrohammer . There is no special class implemented yet, but as explained above you can create an anechoic room as follows. ```python import pyroomacoustics as pra anechoic_room = pra.ShoeBox(room_dim,...

Hi @ikhwanuddin , the reason there is no documentation is simple: I don't know how to do it! I have been thinking about this problem for a while. I am...

@ikhwanuddin Thank you very much for the information! We had been discussing the idea of adding more mesh related stuff in pyroomacoustics, but came to the conclusion that there does...

@ebezzam Thanks for the comments. I tried to correct all that and improve some. Also checked the doc builds correctly.

Yes, I think so. Although `ism_order=0` will still add the direct path component. If you don't even want that you can set `ism_order=-1`.

Thank you so much for reporting this! I will investigate.