Shahabks / myprosody

A Python library for measuring the acoustic features of speech (simultaneous speech, high entropy) compared to ones of native speech.
https://shahabks.github.io/myprosody/
MIT License
232 stars 63 forks source link

Value of the return of any function is NoneType #31

Closed ymohamed08 closed 1 year ago

ymohamed08 commented 1 year ago

I tried to extract the output of any of the functions, and i can see that there are return z3, z2 and so on in the source code. But whenever i try to do value = mysp.myspgend i can see that its printed but i cannot use it.