pyroomacoustics icon indicating copy to clipboard operation
pyroomacoustics copied to clipboard

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.

Results 110 pyroomacoustics issues
Sort by recently updated
recently updated
newest added

Thanks for sending a pull request (PR), we really appreciate that! Before hitting the submit button, we'd be really glad if you could make sure all the following points have...

Hi, In the same vein as issue #132 I'm trying to extract a signal beamformed channel from a set 10 channels of real world data in the form of SoundSource...

This pull request reopens #160, now against the new version of pyroomacoustics. This will close issue #13. I am working on polishing it and will remove the "WIP" tag when...

First thanks for the pyroomacoustics, it is really a useful tool My question is that can I get IS (SS = secondary sources) IDs such as IS_1, IS_23, IS_324 etc....

Hi FakuFaku, Is there a way to extract the 3D pseudo-spectrum data from a DOA object in the case of a 3D DOA simulation as mentioned above? Or, stated another...

I have started work for the source directivity of the ray tracer. The idea is to implement the drectivity as a random sampling of the rays on the sphere from...

enhancement

It is more succinct and effective to refactor code to use np.linalg.multi_dot rather than numerous np.dot routines. What do you think about this change that has practical value? - [...

Hi FakuFaku, I cannot seem to get grid search to work for multiple signal signals. I used Issue #166 as a starting point, however, I am unsure of where to...

in the docs this is given: classpyroomacoustics.doa.doa.DOA(L, fs, nfft, c=343.0, num_src=1, mode='far', r=None, azimuth=None, colatitude=None, n_grid=None, dim=2, *args, **kwargs) for the doa . But when editing the azimut or colatitude...

bug

I added support for the [LOCATA challenge](http://www.locata-challenge.org) dataset. This is a dataset of real recordings where the goal is to locate static and moving sources using a few different microphone...