-
Notifications
You must be signed in to change notification settings - Fork 11
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
Errors while installing #20
Comments
There is an error while invoking compute-mfcc-feats. You can see in the text of the error that the wav frequency expected doesn't match the one in the config. If you don't want to edit the code, you must resample the wav to match the expected frequency. |
I don't think that the difference in frequency is the main problem, because it just gave a warning on this issue but continued working. There's an another problem which I can't figure out till now. And if it's, where can I write the "--allow -downsample=true" ? Thanks for replying ! |
The warning is about the channel, not the sample frequency mismatch. Pydiarization doesn't halt the program on errors. |
you're right, the problem was in the frequency, thanks for the help! |
This error appears when I try to run the script for pydiarization after installing and configuring all binaries required.
And when I try to open the config file of compute-mfcc-feats to see anything wrong, this comes as an output:
Please answer as soon as possible because I extremely need this library to work for my project, THANKS !
The text was updated successfully, but these errors were encountered: