You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
I noticed when I call acoustics.room.t60_impulse(rir_path, bands) that if rir_path is a multi-channel file, then the T60 is not what I expect at all. For example, when pass a 30-channel file with a 0.5 sec IR, the T60 is 207.79.
Maybe there should be an error thrown if a multichannel file is passed, or a warning and only measure the 1st channel?
I have not tried with other similar room functions, i.e. c50_from_file or c80_from_file
I noticed when I call
acoustics.room.t60_impulse(rir_path, bands)that ifrir_pathis a multi-channel file, then the T60 is not what I expect at all. For example, when pass a 30-channel file with a 0.5 sec IR, the T60 is 207.79.Maybe there should be an error thrown if a multichannel file is passed, or a warning and only measure the 1st channel?
I have not tried with other similar room functions, i.e. c50_from_file or c80_from_file