SSpeakerIDI Class Reference

Speaker Identification System. More...

#include <bsapi.h>

Inheritance diagram for SSpeakerIDI:

SSignalModellingI SUnknownI SWaveformSourceCallbackI List of all members.

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.

Detailed Description

Speaker Identification 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.

Examples:

speaker_identification.cpp.


Member Function Documentation

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.

Returns:
pointer to the instance of the 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.

Parameters:
minDepTestLength minimum signal length in sec.


The documentation for this class was generated from the following file:
Generated on Wed Jul 15 10:10:16 2009 for BSAPI by  doxygen 1.4.7