xtd 0.2.0
synthesizer_state.h File Reference
#include "../../enum.h"

Definition

Contains xtd::speech::synthesis::synthesizer_state enum class.

Include dependency graph for synthesizer_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::speech
 The xtd::speech namespace contains all classes and namespace to access speech technology.
 
 xtd::speech::synthesis
 Contains classes for initializing and configuring a speech synthesis engine, for creating prompts, for generating speech, for responding to events, and for modifying voice characteristics.
 

Enumerations

enum  xtd::speech::synthesis::synthesizer_state {
  xtd::speech::synthesis::synthesizer_state::ready = 0,
  xtd::speech::synthesis::synthesizer_state::speaking = 1,
  xtd::speech::synthesis::synthesizer_state::pause = 2
}
 Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer. More...