idiap / kaldi-ivector

Extension to Kaldi implementing the standard i-vector hyperparameter estimation and i-vector extraction procedure
Other
87 stars 25 forks source link

Replace Kaldi mutex with STL mutex #5

Open entn-at opened 6 years ago

entn-at commented 6 years ago

Recent versions of Kaldi removed the threading libraries (thread/kaldi-mutex.h etc.) and rely on STL implementations (std::mutex).

mrsrikanth commented 6 years ago

Hello, Thanks for the pull request, but this is isn't really necessary anymore. I already fixed this in issue #4. I hadn't realized that not all changes were pushed until now.

Thanks for your effort.