Shahabks / my-voice-analysis

My-Voice Analysis is a Python library for the analysis of voice (simultaneous speech, high entropy) without the need of a transcription. It breaks utterances and detects syllable boundaries, fundamental frequency contours, and formants.
https://shahabks.github.io/my-voice-analysis/
MIT License
296 stars 91 forks source link

How to analyze uploaded file #27

Open hanieas opened 1 year ago

hanieas commented 1 year ago

Everything works fine on local with mysp.myspgend(p,c) function which p is the name of the file and the c is the related location. but I want to have an API that gives the file and it's gonna analyzes it. How can I handle this?