asrp_play_tts()

Play the specified text.

Synopsis:

#include <asr/asrp.h>
 
asrp_processing_flags_t asrp_play_tts(const char *fmt,...) __attribute__((format(printf

Arguments:

fmt

The format string for the text. This may include tokens that will be replaced by values of variable arguments appended to the end of the call.

Library:

libasr

Description:

The asrp_play_tts() function converts the specified text to speech and plays it back. The text may take the form of a string literal or a variable.

Returns:

Flags to indicate which, if any, prompts were rendered.