-
Notifications
You must be signed in to change notification settings - Fork 65
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
whenever i run mysp.myprosody(p,c) it says: Try again the sound of the audio was not clear #32
Comments
I'm experiencing the same error using mysptotal. Any suggestions would be helpful |
and how about Pronunciation_posteriori_probability_score_percentage= :95.12, what is the meaning of that? thanks |
@brittmorin hi did you find any solution for it? |
Hi, I had the same error "sound of the audio was not clear", it was not a problem with the audio but with where I had put the folder - working now. Here is what I did: Code for 'mysp.myspsr(p,c)': and that worked for me I also had a problem with pickle, solved with pip install pickle-mixin, then import pickle at the start of the code |
@fifoh all of my functions are are working except mysp.mysplev and myprosody. Can you confirm if either of them are working for you? |
I have the same issue! |
The error message 'Try again the sound of the audio was not clear' is a catch-all error message and does not necessarily mean the issue is the audio. What worked for me was instead of installing the python library version was downloading the entire repo to my machine and then altering the code where the functions are written. I did try and except with exception as: except Exception as e: This gives me the actual python error. A lot of the time my issue was that I wasn't giving the correct paths to my files. So first, I removed the p variable and just gave m when calling the function and sound variable was always equal to m. This made it so I could just give the entire path at once and didn't have to split it up. Variable sourcerun should always be leading directly to the myspolution.praat file in your directory. Give it the entire path. Finally, I changed my path from the audio file folder provided and changed it to where I was already keeping my wav files. |
@amandeepbaberwal did you manage to solve this issue. All of my functions are are working except mysp.mysplev and myprosody.
which was resulting "Try again the sound of the audio was not clear" |
Same issue! When using mysp.myprosody(), I had error 'parselmouth.PraatError'. |
@maddy-nit I'm facing the same issue, did you encounter any solution to this? |
@Kushwho try to replace MLTRNL file. |
whenever i run mysp.myprosody(p,c) it says: Try again the sound of the audio was not clear, i have tried with different recordings.
Expected behavior
i am trying to get TOEFL Score based on this. Could you please also explain how i can get Fluency of my speech with this? i mean what is the formula i can use to get Fluency
Thanks
The text was updated successfully, but these errors were encountered: