ConsumerModule that performs user authentication (telling if the user talking is the one we expected to be talking) More...
#include <Authenticator.hpp>
Public Member Functions | |
| auto | userToRecognize () const -> std::string const & |
| virtual void | setUserToRecognize (std::string user) |
Public Member Functions inherited from Vsdk::Audio::ConsumerModule | |
| virtual | ~ConsumerModule ()=default |
| virtual void | process (Buffer const &, bool last)=0 |
Protected Attributes | |
| std::string | _userToRecognize |
ConsumerModule that performs user authentication (telling if the user talking is the one we expected to be talking)
| auto Authenticator::userToRecognize | ( | ) | const -> std::string const & |
|
virtual |
|
protected |