Speeker Identification (Machine Learning)

There are a lot of resources available, books, journals, sources, programs. But let me suggest very simple algorithm.
1. Train/Save HMM acoustic model for each speaker. If u have 10 speakers, than u have ten models.

  1. Now ask a current speaker to say magic words like ‘Ok google’. Now recognize it against every models saved. So u have scores for every model. of course the right speaker is the model with highest score.

Which with HTK only bash/shell programming is required. No c/python or matlab involved

Leave a Comment