BSAPI Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
SAcousticSMSubsystemIModelling of acoustic features of a signal
SAlignerIPhoneme aligner
SAsyncFuncCallbackIAn interface that allows to run processing in a second thread by SAsyncFuncI
SAsyncFuncIRuns a function in a second thread
SAudioFileIThis is a base class for all audio file format readers and writers
SAudioWaveformSourceIMicrophone input
SAudioWaveformTargetISpeaker output
SBlockSetIA block set to create and link blocks according to a config file
SCalibrationIMaps labels according a set of rules
SChannelSetterISets the actual channel to the incoming STranscriptionI container and sends it to the target
SChannelSplitterISplits waveform channels and resends them separately
SCharSetIConversation between charsets and charset dependent string functions
SCIPhnLoopKWSNetGenIThis is simple KWS network generator with context independent models and phoneme loop in background
SCmllrEstimatorIVery easy and fast decoder with hard wired phoneme loop
SConfigureIA class for configuration file reading and accessing configuration variables
SDecoderIA base class for all decoders
SERestIReestimation of Hidden Markov Models
SErrorCallbackIAn interface that allows to receive error, warning and log messages
SESpeakersEChannelsFAIFactor analysis that models speaker variability, remaining speaker variability and channel variability
SFactorAnalysisIBasic class for all different factor analysis applyable to SGMMI
SFactorsIBasic class for different factors used in factor analysis
SFeaCatIArbitrary feature transform described by a STK macro language
SFeaJoinIJoins more feature segments together
SFeatureExtractionCallbackIAn interface that allows to receive features
SFeatureExtractionIA base class for all feature extractors
SFeatureMemoryIThis memory can save feature matrix for later use
SFeatureSegmenterIReceives features and segmentation and resends features by segments
SFeatureSplitterISends features to multiple feature callback targets
SFeatureTransformIA base class for all feature transforms
SFileListCallbackIAn interface that allow to receive information from SFileListI
SFileListIProcessing of file lists
SFileSnifferCallbackIAn interface that allows to receive information from from SFileSnifferI
SFileSnifferIRepeatedly scans directories and sends the new files to a callback, or just scan directories and return files to a user
SFileWaveformPlayerISimple audio file playback
SFileWaveformSourceIReads waveform files
SFloatMatrixIMatrix of floats (usually features)
SFMinSearch1DISearch for a minimum of 1D function
SFunction1DIA base class for all functions that can be searched for a minimum by the SFMinSearch1DI searcher
SG2PIGrapheme to phoneme convertor
SGenderIDIGender Identification System
SGMMBasedEstimatorCallbackIAn interface that allows to receive actual factor and scores counted by SGMMBasedEstimatorI
SGMMBasedEstimatorIGMM based estimator (for fast VTLN, GID, etc.)
SGMMDecoderIA classifier based on Gaussian Mixture Models
SGMMIGaussian mixture model
SGMMListIList of Gaussian mixture models
SIntMatrixIMatrix of integers (usually features)
SKeywordIContainer for one keyword in keyword list
SKeywordListIKeyword list
SKeywordSpottingIKeyword spotting system
SKWSDecoderIKeyword spotting decoder based on the STK library
SKWSNetworkGeneratorIThis is basic class for KWS nework generators for SKWSDecoderI
SLabelAdjusterIAdjusts label boundaries according adjustment rules
SLabelMapperIMaps labels according a set of rules
SLexiconIA Lexicon with words and their phonetic transcriptions
SLicenseManagerILicense manager
SLIDILanguage Identification System
SMelBanksICalculation of Mel-bank energies
SMFCCICalculation of Mel Frequency Cepstral Coefficients
SNGramPhonotacticModelsIModeling of phonotactic dependencies using n-gram language models
SNNetPosteriorEstimatorIPosterior probability of labels (phonemes) estimator based on artificial neural networks
SNormalizationIMean and variance normalization of features
SOfflineSpeechRecCallbackIAn interface that allows to receive information from SOfflineSpeechRecognizerI
SOfflineSpeechRecognizer2IOffline speech recognizer with VAD, segment based mean and variance normalization and fast VTLN estimation
SOfflineSpeechRecognizerIOffline speech recognizer with VAD, segment based mean and variance normalization and fast VTLN estimation
SOnlineSpeechRecognizerIOnline speech recognizer with microphone calibration
SPhnDecoderIVery easy and fast decoder with hard wired phoneme loop
SPhnTransIThis class merges transcription from a lexicon and G2P
SPhonotacticModelsIA base class for a phonotactic modelling approach used by SPhonotacticSMSubsystemI
SPhonotacticSMSubsystemIModelling of phonotactic dependencies in speech signal
SPieceWiseFunc2DIEvaluate 2D function aproximated by a table
SPLPICalculation of Perceptual Linear Prediction features
SPronunciationIOne pronunciation variant in pronunciation list
SPronunciationListIPronunciation list
SRawFileIRaw file format reader and writer
SRiffFileIReads RIFF file format
SSegmenterIMaps labels and produces segmentations
SSegmentMapperISegment mapper maps segment boundaries to their original times before using VAD, waveform filter etc
SSignalModellingIModelling and classification (or detection) of arbitrary signals
SSignalModellingSubsystemIBase class for all signal modelling subsystems
SSpeakerChannelFactorsISpeaker and channel factors for SESpeakersEChannelsFAI
SSpeakerIDISpeaker Identification System
SSpeechFilePreselectorISpeech file preselector
SSpeechRecISpeech recognizer
SSpeechRecStateCallbackIAn interface that allows to receive a state information from SSpeechRecI
SSPKIDAcousticISpeaker identification system
SSTGIShort time Gaussianization
SSTKDecoderILVCSR decoder with a static recognition network based on the STK library
STransCallbackIAn interface that allows to receive segmentation from a decoder
STranscriptionIA base class for all possible transcriptions containers sent by decoders. or received by the STranscriptionMemoryI::GetTranscription()
STranscriptionMemoryIThis memory can save transcription that came at input for later use
STranscriptionSegmenterIReceives transcriptions and segmentation and resends segmented transcription with IsLast after each segment
STranscriptionSplitterIAllows to calls multiple transcription callback functions as one callback call
STransLatticeITranscription container - lattice - a graph of many hypothesized speech transcriptions
STransOneBestITranscription container - the best path
STransOneWordITranscription container - one word
STransPosteriorsITranscription container - posterior probabilities of occurrence of labels in transcribed speech calculated from a lattice
STransSegmentationArrayITranscription contained - array of segmentation boundaries
SUnknownIBase class for all BSAPI interfaces
SVtlnOfflineISearch for the warping factor for Vocal Tract Length Normalization
SWaveFileIMS WAVE format reader and writer
SWaveformFilterICut off technical noises and long silence parts form waveform
SWaveformFormatConvertorIConverts different waveform formats to floats
SWaveformMemoryIMakes a copy of waveform block for later use
SWaveformSegmenterIReceives waveform and segmentation and resends waveform by segments
SWaveformSourceCallbackIAn interface that allows to receive waveform
SWaveformSourceIA base class for all waveform sources (SAudioWaveformSourceI, SFileWaveformSourceI)
SWaveformSplitterIAllows to calls multiple OnWaveform callback functions as one callback call
SWaveformTargetIA base class for all waveform targets (now only SAudioWaveformTargetI)
SXMLDocumentIXML document
SXMLNodeIXML node
SXMLPropertiesIXML node properties

Generated on Wed Jul 15 10:10:04 2009 for BSAPI by  doxygen 1.4.7