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

Issue with the simulate function #309

Open Syntoxikoo opened 1 year ago

Syntoxikoo commented 1 year ago

I'm new to python and I don't understand why I run into an issue when I use the room simulation, in all my test with pyroomacosutics I can't run a simulation of the room because of a Value error exeception. Here a screen off my code and the error. Can you please help me with that and explain me why it doesn't work ?

image image

image

fakufaku commented 1 year ago

Hello @Syntoxikoo , I think this can happen if your source signal is stereo for example. You should make sure that all signals provided for sources are mono.