-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtual room simulation #72
Comments
Thank you Saksham. We are working on an improved version of the room engine, using the realistic rlr-audio-propagation. At the moment it's in development (and it's fully functional), but we could give you access to it, assuming you will help us along the way with development. |
Thanks, Iran. |
Hello all, I would like to revive the discussion of this issue in light of the work that @karinnacvijanovich has been carrying out. In a nutshell, she has demonstrated that it is possible to use this engine (called Therefore, I believe we are now ready to start work that implements this virtual room generation into SpatialScaper! At this point I would like to invite thoughts from @ChrisIck @adrianSRoman @beasteers @sivannavis @wassim843 @chuyangchencd Here's a rough pipeline for soundscape generation using this new method (for static sound sources to keep things simple):
The rest of the process stays more or less the same. For moving sound sources, it would be a similar procedure, but the IR generation would have to be repeated for each of the N locations along the trajectory that will interpolate IRs to render the sound source moving using the current method in main. I'll start creating a draft of this implementation and share with you. I'll start with FOA format to keep things simpler. This initial sketch will be to identify the main components that we need to flesh out and test, and we will implement each independently to keep our work modular and concise. Feedback welcome. |
@karinnacvijanovich and I have created a "quick and dirty" implementation that integrates the audio propagation engine used by SoundSpaces and the current SpatialScaper API. You can check it out here. @ChrisIck I would love to get your thoughts, as the next steps will be to implement these changes in a branch to merge with |
Hi,
Thanks for the wonderful work.
I have a question regarding generating virtual rooms with customizable microphone and speaker placements, similar to Fig. 2 in the paper.
Is this feature already implemented or planned for a future release?
Thanks,
Saksham
The text was updated successfully, but these errors were encountered: