Skip to content
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

Are there some steps not mentioned in ReadMe? #5

Open
jianyu4869 opened this issue Feb 23, 2024 · 1 comment
Open

Are there some steps not mentioned in ReadMe? #5

jianyu4869 opened this issue Feb 23, 2024 · 1 comment

Comments

@jianyu4869
Copy link

Hi, I am now working in miniconda environment in windows with python=3.9. I successfully finished the pip install as mentioned, but at least the program usage meets a problem:

Traceback (most recent call last):
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
ModuleNotFoundError: No module named 'spauq.core'; 'spauq' is not a package

Do you have any ideas about this?

By the way, I would like to know what exactly a reference and estimate video should be?

Thank you in advance

@jianyu4869
Copy link
Author

Update: I notice that in decomposition.py, after using soundfile.read for audio data, you take data.shape[0] as n_chan, while data.shape[1] as n_sampl. Is it correct?

I find this in the document of soundfile: "A two-dimensional NumPy (frames x channels) array is returned."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant