lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.46k stars 295 forks source link

Phones Labeling #333

Closed drewgrant closed 8 months ago

drewgrant commented 8 months ago

Hello, I have been trying to rummage through the source code to get a better understanding of the phones labeling in the outputted json files. As an example, I have the following alignment information for the word "manage":

['manage',
  [{'duration': 0.01, 'phone': 'm_B'},
   {'duration': 0.01, 'phone': 'ae_I'},
   {'duration': 0.01, 'phone': 'n_I'},
   {'duration': 0.11, 'phone': 'ih_I'},
   {'duration': 0.13, 'phone': 'jh_E'}]],

For the dict keys 'phone', what do the letters that come after the underscores mean? Can someone please advise?

drewgrant commented 8 months ago

this was addressed in the following closed issue: List of phones Gentle uses and what they map to #302