lingualab / lingualabpy

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

Implement jitter and shimmer #5

Open clarkenj opened 1 month ago

clarkenj commented 1 month ago

Timing and amplitude fluctuations of glottal pulses (jitter and shimmer, respectively) - Wiesman et al. (2023)

There does not appear to be a "simple" way in parselmouth, but I have found the following:

References (AD/MCI):

See also Jitter Estimation Algorithms for Detection of Pathological Voices

cbedetti commented 1 week ago

I implemented the scripts here: ad03f9a

I'm a bit worried about this comment in the notebook for the pitch measures.

This is the function to measure source acoustics using default male parameters.

clarkenj commented 1 week ago

Good spot, I hadn't come across that, it is worrying.. It looks like we might have to have different parameters for male and female voices (did you see this issue?)

cbedetti commented 1 week ago

Great, I implemented it in c2a1d0ede6dab5019826e614fc07d346f4040895

For now, I'm not closing any issues as this will be information to be included in the documentation.