ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 274 forks source link

VAD not used in the code? #35

Closed SarthakYadav closed 7 years ago

SarthakYadav commented 7 years ago

Hi

Even though Voice Activity Detection is present in the repository, I don't see the "interface.py" call the given VAD procedure helper methods (the init_noise() method and the filter() method, respectively) on input data. Seems like the GMM's are trained straight on generated features. Why is it this way?

If I am wrong, can you point me to the location where VAD is being done on enrolled speech data? Thanks

ppwwyyxx commented 7 years ago

It's only used in our GUI demo.