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

Store output as variable #19

Closed sidewalkfox closed 3 years ago

sidewalkfox commented 3 years ago

How do I store the output data into a variable? For example, how do I store the balance variable into an int file?

intern-account commented 3 years ago

What is the solution to this problem? I am sorry but I didn't find if it was answered anywhere else @Shahabks