Detailed Description

The synthesis engines.

Static Public Member Functions

static void Add (SynthEngine engine)
 Adds a synthesis engine. More...
 
static SynthEngine Get (string tag)
 Gets the scripting engine for the given type (e.g. "text/sml"). More...
 

Static Public Attributes

static Dictionary< string,
SynthEngine
All
 The available synth engines. More...
 

Member Function Documentation

static void Speech.SynthEngines.Add ( SynthEngine  engine)
inlinestatic

Adds a synthesis engine.

static SynthEngine Speech.SynthEngines.Get ( string  tag)
inlinestatic

Gets the scripting engine for the given type (e.g. "text/sml").

Member Data Documentation

Dictionary<string,SynthEngine> Speech.SynthEngines.All
static

The available synth engines.