Parselmouth icon indicating copy to clipboard operation
Parselmouth copied to clipboard

Enhance harmonicity features

Open hokiedsp opened this issue 4 years ago • 0 comments

Another important feature set for voice analysis is the harmonic analysis. Praat has it in 2 different places: Harmonicity.h and Pitch_getMeanStrength(...). I'd like to enhance Harmonicity and Pitch class to expose more of them to Python.

[1st commit] addressing Pitch_getMeanStrength() [2nd commit] enhance Harmonicity class par https://www.fon.hum.uva.nl/praat/manual/Harmonicity.html

TODOs

  • [ ] Complete pytest
  • [ ] Complete docstrings
  • [x] Make Harmonicity a sequence-like class to access/iterate individual HNR samples

hokiedsp avatar Feb 17 '21 22:02 hokiedsp