Speech module
SpeechEvent
SpeechEvent
#include <icy/speech/event.h>Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | type | |
std::string | source | |
std::string | detector | |
int64_t | emittedAtUsec | |
AudioRef | audio | |
bool | active | |
float | level | |
float | peak | |
json::Value | data |
type
std::string type = "speech:update"source
std::string sourcedetector
std::string detectoremittedAtUsec
int64_t emittedAtUsec = 0audio
AudioRef audioactive
bool active = falselevel
float level = 0.0fpeak
float peak = 0.0fdata
json::Value data = json::Value::object()