Application flow

Once you have designed your application, you can implement it in the form of state table:

The application flow for implementing Text-To-Speech in the form of state tables is as follows:
        assign (connect to) a Text-To-Speech engine
                AIX state table - MST_TTS_Assign
        optionally configure the Text-To-Speech engine
                AIX state table - MST_TTS_Config
        synthesize and play text one or more times
                AIX state table - MST_TTS_Speak
        free the Text-To-Speech engine
                AIX state table - MST_TTS_Free