-
Notifications
You must be signed in to change notification settings - Fork 441
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
Saving output for each microphone and moving sound source simulation #203
Comments
Hello @SutirthaChakraborty , Did you find a way for how to simulate the moving sound source? |
No 👎🏼 |
Do post here if you find any resource to simulate the moving sources. |
@fakufaku Hi, I have an approach for creating a moving sound source. I would like to ask if you have it in work already and if not, should I go ahead and raise a pull request for it? |
@kehinde-elelu I have some custom scripts, but nothing ready to go into the package.
|
Can you please PR, it will be useful for simulation |
Any update regarding the moving sound source simulation? |
Thanks for the brilliant library, perfect for my research.
I was trying to save room.mic_array.signals[1,:], there was a fuzzy sound with it.
rightMic=room.mic_array.signals[1,:] sf.write('right.wav', rightMic, fs1, format='wav')
But when I tried to play it, it was okay.
IPython.display.Audio(rightMic, rate=fs1)
How can I export the sounds of each microphone separately?
Secondly, is there a way to simulate moving audio sources? I mean to say, the microphones would be static whereas the sound source keeps moving, and when we simulate
room.simulate( ),
it gives us an output with sound files with appropriate panning? Also, how to apply time-varying convolution , I saw several comments about that? any function or library you recommend?The text was updated successfully, but these errors were encountered: