Speaker#

class montreal_forced_aligner.db.Speaker(**kwargs)[source]#

Bases: Base

Database class for storing information about speakers

Parameters:
  • id (int) – Primary key

  • name (str) – Name of the speaker

  • cmvn (str) – File index for the speaker’s CMVN stats

  • dictionary_id (int) – Foreign key to Dictionary

  • dictionary (Dictionary) – Pronunciation dictionary that the speaker uses

  • utterances (list[Utterance]) – Utterances for the speaker

  • files (list[File]) – Files that the speaker spoke in