NVOCsynd—synthesis end

This event is logged at the end of synthesis. If the secure_context parameter was set for the synthesis, the event includes a SECURE=1 token even though this event doesn’t contain any confidential information that needs to be suppressed. This is done so an application can detect if a secure context is in place, suppressing its own logging of confidential speak request information.

In addition to the Tokens used for every event, this event has the following tokens:

Token

Meaning

INPT

Input size in bytes; the raw input prior to any processing. If an error occurred or the synthesis request was stopped, this token reports the input obtained prior to the error or stopping.

DURS

Output duration in ms. If an error occurred or the synthesis request was stopped, this token reports the audio returned prior to the error or stopping.

RSTT

Result status:

  • "error" if an error occurred
  • "ok" if synthesis succeeded
  • "stop" if the application stopped the synthesis operation

Example:

EVNT=NVOCsynd|INPT=7|DURS=2333|RSTT=ok