formants.Slice
formants.Slice(self, formants, time, rel_time, prop_time, index)
A slice across formants
Parameters
Name | Type | Description | Default |
---|---|---|---|
formants |
np.array | The formant values | required |
time |
float | The time of the slice | required |
rel_time |
float | The relative time of the slice | required |
prop_time |
float | The proportional time of the slice | required |
index |
int | The index of the slice | required |
Attributes
Name | Type | Description |
---|---|---|
f[1,2,3,…] | float | Specific formant values at the slice. |