YannickJadoul / Parselmouth

Praat in Python, the Pythonic way
https://parselmouth.readthedocs.io/
GNU General Public License v3.0
1.06k stars 117 forks source link

Calculate Pitch and Formants frame wise #31

Closed shakeel608 closed 4 years ago

shakeel608 commented 4 years ago

How can we calculate pitch and formants on frame level. Suppose we we have and MFCC shape of (100, 39) and in order to append the pitch and formants to this shape, the pitch and formants need to be calculated at frame level (i. I want to to define the wind-len and win-hop)

YannickJadoul commented 4 years ago

Praat has some descriptions on how the Pitch and Formant sampling is computed:

But another, simpler way might just be to call get_value_at_time for all times in mfcc.xs()?

YannickJadoul commented 4 years ago

Given there's no answer, I'm going to consider this issue to be solved, and close it.