voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Would you like Energy? #41

Closed drfeinberg closed 2 years ago

drfeinberg commented 2 years ago

I believe I have worked out the Energy Algorithm from Voice Sauce in Python... at least I get the same data if I calculate using pitch from Praat. Would you be interested in a PR with Energy? I would have to do significant work to incorporate it into this codebase. If you are interested, I can do it. Have a look. Here is my code: https://github.com/drfeinberg/sauce/blob/main/energy.py