BZSSEngine Constants Reference
Declared in | BZMediaParams.h |
BZSSEngine
This constant enumerator defines the Speech Syntehsizer Engine (SSE) used to synthesize speech from text. Two Speech Syntehsizer engines are supported: Flite and Apple AVSpeechSynthesizer.
Definition
typedef NS_ENUM(NSInteger, BZSSEngine ) {
SSE_UNKNOWN = -1,
SSE_FLITE = 0,
SSE_APPLE = 1,
};
Constants
SSE_UNKNOWN
-
Speech Synthesizer Engine is unknown. For internal use only and should not be specified..
Declared In
BZMediaParams.h
. SSE_FLITE
-
Speech Synthesizer Engine is Flite from CMU.
Declared In
BZMediaParams.h
. SSE_APPLE
-
Speech Synthesizer Engine is Apple AVSpeechSynthesizer.
Declared In
BZMediaParams.h
.
Declared In
BZMediaParams.h