-
Notifications
You must be signed in to change notification settings - Fork 91
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
does not work #11
Comments
The same issue on my side error which I am getting is Try again the sound of the audio was not clear. File : https://drive.google.com/file/d/134YCya5vq79P0bMP2kiF0kJhiw-EZUXw/view?usp=sharing |
try this instead mysp=import("my-voice-analysis") |
As @matthewlkey mentioned the path should be initiated with "r". |
I face the same problem My audio is more than 10 secs and its quality is very good and i follow the rules related to path but i stuck at the same problem |
please note that |
I have found out a solution which worked for me import librosa
import soundfile as sf
y, s = librosa.load('YOUR_AUDIO_FILE_NAME.wav', sr=44100)
sf.write('NEW_AUDIO_FILE.wav',y,s) |
|
I tried to get the software to calculate the number of syllables in an audio which simply said 'help me' and I got back 'Try again the sound of the audio was not clear'. here is the audio file
https://drive.google.com/file/d/15eI21DDtWC8waJfjuHrUdhKmzwGV1zkq/view?usp=sharing
and here is the code I used:
mysp=import("my-voice-analysis")
p="help.wav" # Audio File title
c = '/users/kylefoley/codes/pcode/speech_recognition/'
mysp.myspsyl(p,c)
The text was updated successfully, but these errors were encountered: