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

Voice Memo for preparing audio files #30

Open
isobel228 opened this issue Aug 11, 2023 · 1 comment
Open

Voice Memo for preparing audio files #30

isobel228 opened this issue Aug 11, 2023 · 1 comment

Comments

@isobel228
Copy link

Could anyone please tell me if Voice Memo can be used to create audio files?

I get "Try again the sound of the audio was not clear" and cannot run the program. Since I'm using the correct version of Python (3.7.17), and 44.1kHz/16bits audio files longer than 10 sec in duration in wav format, I thought the issue is with how I prepare my audio files.

Here is my program:
`mysp=import("my-voice-analysis")

p="NI" # Audio File title
c=r"C:\Users\i.nanako\Desktop\Data" # Path to the Audio_File directory (Python 3.7)

mysp.mysptotal(p,c)
mysp.myspgend(p,c)
mysp.myspsyl(p,c)
mysp.mysppaus(p,c)
mysp.myspsr(p,c)
mysp.myspatc(p,c)
mysp.myspst(p,c)
mysp.myspod(p,c)
mysp.myspbala(p,c)
mysp.myspf0mean(p,c)
mysp.myspf0sd(p,c)
mysp.myspf0med(p,c)
mysp.myspf0min(p,c)
mysp.myspf0max(p,c)
mysp.myspf0q25(p,c)
mysp.myspf0q75(p,c)
mysp.mysppron(p,c)`

Thank you!

@Rusheelraj
Copy link

I am facing the exact same issue. Did you get any workaround?

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

2 participants