formants.Formant
formants.Formant(self, track, time=lambda: np.array([])(), offset=0)
A single formant Args: track (np.array): The formant track values time (np.array|None): The time domain of the formant track. Optional
Attributes
Name | Type | Description |
---|---|---|
time | np.array | The time domain. |
rel_time | np.array | The relative time of the formant |
prop_time | np.array | The proportional time of the formant |
shape | tuple | The shape of the formant |
max | Point | A Point for the formant maximum |
min | Point | A Point for the formant minimum |