Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.42 KB

README.md

File metadata and controls

18 lines (15 loc) · 2.42 KB

voiceprint

License Language count Top language Last commit GH Pages deployment Site status Maintenance

Voice biometric authentication PAM module for Linux

Usage

  1. Create two directories audio/ and audio_models/ in the parent directory
  2. Run ./voiceprint-setup.sh and ./install.sh
  3. Put auth sufficient pam_voiceprint.so in any pam files you want in /etc/pam.d/ (i.e. /etc/pam.d/sudo)
  4. Try it with sudo -l :)