LCAV / pyroomacoustics

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.
https://pyroomacoustics.readthedocs.io
MIT License
1.33k stars 417 forks source link

moving sound source #335

Open kehinde-elelu opened 4 months ago

kehinde-elelu commented 4 months ago

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 been cleared.

Please also refer to the doc on contributing for more details. Even if you can't check all the boxes below, do not hesitate to go ahead with the PR and ask for help there.

Happy PR :smiley:

kehinde-elelu commented 4 months ago

@fakufaku I have created a pull request for the simulation of the movement of sound in a ShoeBox This is my first time contributing to GitHub and any changes, so in case I need to make some more changes, let me know.

The last part still missing is creating a time-varying convolution. Quick question, should this be a separate function or added to the sound moving function?