#include "../../enum.h"
Contains xtd::speech::synthesis::synthesizer_state enum class.
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... | |