prerak23 / RoomParamEstim

This is the code for the WASPAA 2021 paper "Blind Room Parameter Estimation Using Multiple Multichannel Speech Recordings
MIT License
13 stars 6 forks source link

ModuleNotFoundError: No module named 'pysofamyroom.internal' #1

Open MordehayM opened 8 months ago

MordehayM commented 8 months ago

I know the error doesn't belong to this repo, but I am getting this error from the pysofamyroom that is required for creating the dataset for this repository. Are you know the source of the error?

Thanks

solarpanelinspection commented 6 months ago

ModuleNotFoundError Traceback (most recent call last) Cell In[58], line 7 5 from scipy import signal 6 import random ----> 7 from audiogen.audiogen.noise.synthetic import SSN 8 import matplotlib.pyplot as plt 9 import matplotlib.gridspec as gridspec

ModuleNotFoundError: No module named 'audiogen.audiogen'