Robin Scheibler

Results 96 comments of Robin Scheibler

Thanks for your patience! My reply is overdue!!! 😅 If you are willing to do a PR to fix the example that would be fantastic! I also think it may...

Thanks for pointing this out! I have not been using this code for a while! In which branch is the bug happening ? It would be great if you want...

Hi @PascalPolygon , do I understand correctly that your are using unsynchronized microphones (i.e., they do not share the same clock for their A/D converter) ? In that case it...

@PascalPolygon I see, this is an interesting, yet challenging setup 😄 I am not convinced that the clocks of the phone may be sufficiently precise for the task at hand....

Hi @parmodhattri , the volume computation routine (and pyroomacoustics in general) assumes that the surface normals are all pointing outward from the room. Also there should be no holes in...

Can you please provide the STL file ?

Hi @prerak23 ! Thank you so much for the PR! I will review it in the coming days! 👍

@prerak23 I think the import of file `open_sofa_interpolate` does not have the correct syntax. See the test output [here](https://github.com/LCAV/pyroomacoustics/runs/6534777751?check_suite_focus=true#step:8:48) ``` pyroomacoustics/directivities.py:9: in import open_sofa_interpolate E ModuleNotFoundError: No module named 'open_sofa_interpolate'...

@prerak23 I think we are close but 1) You have included 1600+ files (from `libroom/ext/eigen`) in the commit. Could you please remove them ? Also, before committing, I would suggest...

Hi, the delay and sum (DS) beamformer only makes sense for a single source. If you want to do DS beamforming towards multiple sources, you should do it one at...