Adrian S Roman

Results 5 issues of Adrian S Roman

Thanks for sharing the repository for your project. I have found your paper very interesting and now I am trying to use your approach. I would like to use this...

Changing the mean number of events `N_EVENTS_MEAN` or `DURATION` in the example_generation.py script leads to max recursion errors. The error looks as follows: ``` with os.scandir(dirname) as it: RecursionError: maximum...

bug

Reference Line: https://github.com/iranroman/SpatialScaper/blob/dd130d1e0f8aef0c93f5e1b73c3445f855b92e7b/scripts/prepare_rirs.py#L198 The error looks like: ``` File "scripts/prepare_rirs.py", line 528, in prepare_motus(motus_path, sofa_path) File "scripts/prepare_rirs.py", line 198, in prepare_motus source_pos = source_positions[source_pos_index] + random.uniform( KeyError: 'rirs.zip' ``` From...

bug

This PR proposes adding a filter to ignore sound classes in simulation. Users may encounter this feature useful as some tasks in the development of SELD systems may require understanding...