This file is part of SIDEKIT.
SIDEKIT is a python package for speaker verification.
SIDEKIT is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
SIDEKIT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
This package is the core of the SIDEKIT toolkit.
While developing SIDEKIT, we tried to keep in mind two
targets:
1. limit the number of classes to allow better readability
2. make SIDEKIT compatible with existing tools
To reach this target, we have created three Main Classes
(FeaturesServer, Mixture and StatServer) which can be used
together with a number of tools available in companion
Front-end and back-end processing such as acoustic feature extraction
The
frontend package include a number of tools to extract and normalize
the acoustic features as well as detecting the high energy frames for voice
activity detection. The
bosaris package consists of the translation of
The current python implementation of the BOSARIS toolkit does not include tools
for calibration and fusion but only the core structures that are used to manage
enrollment lists, trial definitions and scores.
The authors would like to thank Niko Brummer and AGNITIO to allow them to distribute
this version of the BOSARIS toolkit.