lingualab / lingualabpy

Tools and utilities from the LINGUA laboratory
MIT License
1 stars 1 forks source link

Implement pitch features #7

Open clarkenj opened 2 weeks ago

clarkenj commented 2 weeks ago

See #5 for possible code.

Calculate: pitch, mean, max and min, standard deviation.

Wiesman et al. (2023) implement "standard deviation of pitch measured over voiced segments (f0_std)". Note, F0 (the fundamental frequency) is the quantifiable acoustic property which humans perceive as pitch. The "pitch" that Praat returns is actually the F0.

References (AD/MCI):

clarkenj commented 2 weeks ago

Also a nice example with parselmouth here.