#include <bsapi.h>
Inheritance diagram for SSpeakerIDI:

Public Member Functions | |
| virtual void BSAPI_METHOD | SetMinDepTestLength (float minDepTestLength)=0 |
| Set minimum (e.g. gender) dependent signal length for testing. | |
| virtual SSignalModellingI *BSAPI_METHOD | GetIndependentSystem ()=0 |
| Return pointer to independent system. | |
The Speaker Identification System identifies a speaker of a spoken segment. An input speech can be read from a file or can be stored in a memory block. The system also allows to train new speaker models from some archives of speech records. These models are then used for recognition of unknown speech.
| virtual SSignalModellingI* BSAPI_METHOD SSpeakerIDI::GetIndependentSystem | ( | ) | [pure virtual] |
Return pointer to independent system.
Independent system is independent part (preprocessing and e.g. gender detection) in case there are also (e.g. gender) dependent systems, otherwise it is whole independent system.
| virtual void BSAPI_METHOD SSpeakerIDI::SetMinDepTestLength | ( | float | minDepTestLength | ) | [pure virtual] |
Set minimum (e.g. gender) dependent signal length for testing.
If the length of cumulative waveform processed by TestWaveform is less than minimum dependent testing length, test runs on all systems (best dependent system selection is considered to be not reliable). Otherwise test runs on best dependent system only.
| minDepTestLength | minimum signal length in sec. |
1.4.7