postEnroll()
postEnroll(string $usuario)
Enrolls a user identified by $username in the syste, creating his model.
URL: POST v1/voiceaccess/enroll/{username}
Parameters
string | $usuario | username of the user to enroll |
Controller to handle API request to perform voice access operations.
For a clearer documentation of the API, client-oriented, please visit http://docs.biovoiceapi.apiary.io/
The base URL for this actions is v1/voiceaccess
handleAudio(string $usuario) : string
Receives a username whose audio sample has been uploaded and processes that file, creating a PCM audio file that can be passed to a speaker verification engine.
string | $usuario | username for a user whose audio sample has been uploaded |